Skip to content

Commit

Permalink
removed no-space-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 6, 2022
1 parent 53b8c9d commit 422dcff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,6 @@ max-line-length=100
# Maximum number of lines in a module
max-module-lines=1000

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

# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
single-line-class-stmt=no
Expand Down

0 comments on commit 422dcff

Please sign in to comment.