Skip to content

Commit

Permalink
pylint: drop usage of bad-continuation
Browse files Browse the repository at this point in the history
`bad-continuation` has been removed from pylint
See pylint-dev/pylint#3571

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Aug 21, 2024
1 parent 123ef48 commit f8f2325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: pylint
args:
- --disable=missing-docstring,similarities,fixme,bad-continuation
- --disable=missing-docstring,similarities,fixme
additional_dependencies:
- sphinx
- docutils
Expand Down
2 changes: 1 addition & 1 deletion pylint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extension-pkg-whitelist=lxml

[MESSAGES CONTROL]
disable=missing-docstring,similarities,fixme,bad-continuation
disable=missing-docstring,similarities,fixme

[REPORTS]
reports=no

0 comments on commit f8f2325

Please sign in to comment.