Skip to content

Commit

Permalink
Merge pull request #1702 from nextstrain/remove-deprecated-pylint-option
Browse files Browse the repository at this point in the history
Remove unsupported pylint `no-space-check` option
  • Loading branch information
huddlej authored Dec 19, 2024
2 parents 79a4742 + 46745d6 commit 09cec86
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 @@ -317,13 +317,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 09cec86

Please sign in to comment.