Skip to content

Commit

Permalink
Remove builtins declarations for checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed Apr 21, 2024
1 parent 0ccdc8b commit 69d8a76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ min-similarity-lines=4

# List of additional names supposed to be defined in builtins. Remember that
# you should avoid defining new builtins when possible.
additional-builtins=_, N_, ngettext, gettext_attributes, pgettext_attributes,
gettext_constants, gettext_countries
additional-builtins=

# Tells whether unused global variables should be treated as a violation.
allow-global-unused-variables=yes
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# E501: line too long (xx > 79 characters)
# W503: line break occurred before a binary operator
ignore = E127,E128,E129,E226,E241,E501,W503
builtins = _,N_,ngettext,gettext_attributes,pgettext_attributes,gettext_constants,gettext_countries
exclude = ui_*.py,picard/resources.py

[coverage:run]
Expand Down

0 comments on commit 69d8a76

Please sign in to comment.