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 e7104ea commit b70606eCopy full SHA for b70606e
Makefile
@@ -14,7 +14,7 @@ package-reinstall:
14
uv tool install --force dist/*.whl
15
16
lint:
17
- uv run ruff check gendiff --fix
+ uv run ruff check --fix
18
19
test:
20
uv run pytest
0 commit comments