Skip to content

Commit

Permalink
🚨 Remove deprecated Pylint option: 'bad-continuation'
Browse files Browse the repository at this point in the history
Fixes:
```
pyproject.toml:1:rotating_light: R0022: Useless option value for '--disable', 'bad-continuation' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value)
```
  • Loading branch information
TeoZosa committed Sep 20, 2022
1 parent 7fee020 commit c38cfd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ disable = [
"missing-function-docstring",
# Black & Flake8 purview
"line-too-long",
"bad-continuation",
"c-extension-no-member",
]

Expand Down

0 comments on commit c38cfd7

Please sign in to comment.