We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b32f2 commit e0b80a7Copy full SHA for e0b80a7
Makefile
@@ -4,6 +4,9 @@ COV=pytest --cov --cov-config=pyproject.toml
4
develop:
5
pdm sync --clean
6
7
+lock:
8
+ pdm lock -G :all
9
+
10
black:
11
black -l 82 src _transonic_testing data_tests tests
12
0 commit comments