Skip to content

Commit

Permalink
Looks like there isn't a config for install_types in mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Jan 21, 2024
1 parent 48676a1 commit c67db16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ format:
lint:
python -m ufmt check $(SOURCES)
python -m flake8 $(SOURCES)
mypy --strict --non-interactive checkdeps
mypy --strict --install-types --non-interactive -p checkdeps

.PHONY: release
release:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ skip_covered = True

[mypy]
ignore_missing_imports = True
install_types = True

[tox:tox]
envlist = py{310,311,312}, coverage
Expand Down

0 comments on commit c67db16

Please sign in to comment.