We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ec075 commit cb9f5d2Copy full SHA for cb9f5d2
Makefile
@@ -0,0 +1,8 @@
1
+all:
2
+
3
+test:
4
+ poetry run pytest --ruff --ruff-format --cov
5
6
+reformat:
7
+ poetry run ruff check --select I --fix src tests
8
+ poetry run ruff format src tests
0 commit comments