Skip to content

Commit

Permalink
feat: add pylint's useless suppression validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ang-m4 committed Feb 25, 2025
1 parent f978201 commit bfbc460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ upgrade: ## update the requirements/*.txt files with the latest packages satisfy

quality: clean install-test-reqs## check coding style with pycodestyle and pylint
$(TOX) pycodestyle ./eox_nelp
$(TOX) pylint ./eox_nelp --rcfile=./setup.cfg
$(TOX) pylint ./eox_nelp --rcfile=./setup.cfg --fail-on=I0021
$(TOX) isort --check-only --diff ./eox_nelp

python-test: clean install-test-reqs## Run test suite.
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ max-line-length = 120
disable =
too-few-public-methods, #R0903,
too-many-ancestors, #R0901,
enable = useless-suppression

[bumpversion:file:eox_nelp/__init__.py]

0 comments on commit bfbc460

Please sign in to comment.