Skip to content

Commit 9aaa126

Browse files
committed
chore: update pylint
1 parent 42feb96 commit 9aaa126

File tree

3 files changed

+84
-132
lines changed

3 files changed

+84
-132
lines changed

.pylint.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@ disable=
6767
too-many-public-methods,
6868
too-many-ancestors,
6969
too-many-instance-attributes,
70+
too-many-positional-arguments,
7071
too-many-statements,
7172
attribute-defined-outside-init,
7273
unsupported-assignment-operation,
7374
unsupported-delete-operation,
7475
too-many-nested-blocks,
7576
protected-access,
77+
broad-exception-raised,
7678

7779
# Enable the message, report, category or checker with the given id(s). You can
7880
# either give multiple identifier separated by comma (,) or put this option
@@ -408,4 +410,4 @@ known-third-party=enchant
408410

409411
# Exceptions that will emit a warning when being caught. Defaults to
410412
# "Exception"
411-
overgeneral-exceptions=Exception
413+
overgeneral-exceptions=builtins.Exception

0 commit comments

Comments
 (0)