Skip to content

Commit

Permalink
updates pylint ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Nov 16, 2024
1 parent bef5c9a commit c0b4aba
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 @@ flake8:

pylint:
pylint ./lib || true
pylint --disable=E0401,W0621 ./tests || true
pylint --disable=E0401,W0621,R0913,R0917 ./tests || true

ruff:
ruff check --fix ./lib || true
Expand Down

0 comments on commit c0b4aba

Please sign in to comment.