Skip to content

Commit

Permalink
Remove bare-except and no-member from lint exceptions
Browse files Browse the repository at this point in the history
Neither of them affect the output any more.
  • Loading branch information
robinwhittleton committed Jun 6, 2024
1 parent 858a25a commit 0d372b2
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,bare-except,too-few-public-methods,too-many-arguments,too-many-instance-attributes,too-many-public-methods,duplicate-code,no-member
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

[FORMAT]
indent-string=\t
Expand Down

0 comments on commit 0d372b2

Please sign in to comment.