Skip to content

Commit a4a507d

Browse files
author
delsim
committed
Improve linter settings
1 parent 0ba1554 commit a4a507d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pylintrc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,6 @@ max-line-length=100
319319
# Maximum number of lines in a module
320320
max-module-lines=1000
321321

322-
# List of optional constructs for which whitespace checking is disabled. `dict-
323-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
324-
# `trailing-comma` allows a space between comma and closing bracket: (a, ).
325-
# `empty-line` allows space-only lines.
326-
no-space-check=trailing-comma,
327-
dict-separator
328322

329323
# Allow the body of a class to be on the same line as the declaration if body
330324
# contains single statement.
@@ -475,4 +469,4 @@ known-third-party=enchant
475469

476470
# Exceptions that will emit a warning when being caught. Defaults to
477471
# "Exception"
478-
overgeneral-exceptions=Exception
472+
overgeneral-exceptions=builtins.Exception

0 commit comments

Comments
 (0)