Skip to content

Commit 28bad05

Browse files
committed
Avoid non-interactive
1 parent d6dc481 commit 28bad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lint:
3838
ruff check $(SOURCES)
3939
python -m checkdeps --allow-names checkdeps,toml checkdeps
4040
$(PIP) install types-toml
41-
mypy --strict --non-interactive checkdeps
41+
mypy --strict checkdeps
4242

4343
.PHONY: release
4444
release:

0 commit comments

Comments
 (0)