Skip to content

Commit

Permalink
Remove pylint deprecated-code warnings
Browse files Browse the repository at this point in the history
These can be fixed in a separate chunk of work to remove importlib_resources.
  • Loading branch information
robinwhittleton authored and acabal committed Jun 7, 2024
1 parent 7866219 commit 14ecff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignore=vendor
extension-pkg-whitelist=lxml,math,unicodedata

[MESSAGES CONTROL]
disable=line-too-long,too-many-nested-blocks,too-many-branches,too-many-statements,too-many-boolean-expressions,too-many-lines,too-many-locals,broad-except,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-public-methods,duplicate-code
disable=line-too-long,too-many-nested-blocks,too-many-branches,too-many-statements,too-many-boolean-expressions,too-many-lines,too-many-locals,broad-except,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-public-methods,duplicate-code,deprecated-method

[FORMAT]
indent-string=\t
Expand Down

0 comments on commit 14ecff0

Please sign in to comment.