Skip to content

Commit

Permalink
added new errors to ignore by pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrie158 committed Apr 29, 2020
1 parent 0ba0502 commit b4125eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -10,5 +10,5 @@ ignore-patterns=test_*.py
# disable bad-continuation because it falsley flags code formatted by BLACK
#
# diable useless-return because PEP 8 (and mypy) expects explicit return of None
disable=logging-format-interpolation,bad-continuation,too-many-locals,too-many-branches,too-many-statements,too-many-ancestors,too-many-arguments,duplicate-code,useless-return,dangerous-default-value
disable=f-string-without-interpolation,logging-fstring-interpolation,logging-format-interpolation,bad-continuation,too-many-locals,too-many-branches,too-many-statements,too-many-ancestors,too-many-arguments,duplicate-code,useless-return,dangerous-default-value

0 comments on commit b4125eb

Please sign in to comment.