We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fe167 commit d064456Copy full SHA for d064456
Makefile
@@ -6,6 +6,7 @@ test_deps:
6
lint:
7
for dir in $$(dirname */__init__.py); do ruff check $$dir; done
8
for script in scripts/*[^cmd]; do if grep -q python $$script; then ruff check $$script; fi; done
9
+ pip install types-setuptools
10
mypy --install-types --non-interactive argcomplete
11
12
test:
0 commit comments