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 d6dc481 commit 28bad05Copy full SHA for 28bad05
Makefile
@@ -38,7 +38,7 @@ lint:
38
ruff check $(SOURCES)
39
python -m checkdeps --allow-names checkdeps,toml checkdeps
40
$(PIP) install types-toml
41
- mypy --strict --non-interactive checkdeps
+ mypy --strict checkdeps
42
43
.PHONY: release
44
release:
0 commit comments