Skip to content

Commit

Permalink
v 0.0.27 fix mypy in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Aug 9, 2024
1 parent 3f0bfd0 commit b493990
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 @@ -10,7 +10,7 @@ format:

lint:
pylint --recursive=y src tests
mypy src/ tests/
mypy .
# --disable=R,C --ignore-patterns=test_.*?py tests/*.py


Expand Down

0 comments on commit b493990

Please sign in to comment.