Skip to content

Commit

Permalink
bin-cs/lint: update pylint_disable for modern pylint post PR 4942 pyl…
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-simpson committed Nov 5, 2022
1 parent 0775b00 commit 3d472ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin-cs/lint
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pylint2=pylint-2.7
pylint3='python3 -m pylint'
pyiclint=pyicontract-lint
pycodestyle_ignore=E111,E114,E124,E125,E126,E129,E201,E202,E127,E221,E226,E227,E265,E266,E301,E302,E305,E501,E731,W503,W504
pylint_disable=bad-whitespace,bad-indentation,bad-continuation,invalid-name,useless-object-inheritance,consider-using-f-string
# pylint no longer supports: bad-whitespace,bad-continuation
pylint_disable=bad-indentation,invalid-name,useless-object-inheritance,consider-using-f-string
pylintrc=$( findup .pylintrc || echo "$HOME/.pylintrc" )
shellcheck_exclusions=SC1007,SC2244,SC2250

Expand Down

0 comments on commit 3d472ec

Please sign in to comment.