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 446d44b commit 7c49a5cCopy full SHA for 7c49a5c
Makefile
@@ -14,4 +14,4 @@ lint: format
14
pdm run ruff check --fix $(DIRS)
15
16
test:
17
- pdm run pytest -x --ff $(TEST_DIR)
+ pdm run pytest -x --ff $(TEST_DIR)
pyproject.toml
@@ -155,4 +155,4 @@ fixable = [
155
"S",
156
"SIM",
157
"T20"
158
-]
+]
0 commit comments