Skip to content

Commit

Permalink
remove pylint message ignores
Browse files Browse the repository at this point in the history
C0326 and C0330 no longer exist or cause problems:
- pylint-dev/pylint#2041
- psf/black#48 (comment)
  • Loading branch information
MikulasZelinka committed Feb 13, 2021
1 parent a660cef commit 533df79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Expand Up @@ -31,9 +31,6 @@ profile = "black"
[tool.pylint.format]
max-line-length = "119"

[tool.pylint.messages_control]
disable = "C0330, C0326"

[tool.pytest.ini_options]
testpaths = [
"tests",
Expand Down

0 comments on commit 533df79

Please sign in to comment.