Skip to content

Commit

Permalink
Update lint extras
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Nov 25, 2024
1 parent 9291d0b commit 1ee3005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ format:
lint:
python -m ufmt check $(SOURCES)
python -m flake8 $(SOURCES)
python -m checkdeps --allow-names imperfect imperfect
python -m checkdeps --metadata-extras test --allow-names imperfect imperfect
mypy --strict --install-types --non-interactive imperfect

.PHONY: release
Expand Down

0 comments on commit 1ee3005

Please sign in to comment.