Skip to content

Commit

Permalink
remove Useless option values
Browse files Browse the repository at this point in the history
'C0326' was removed from pylint, see pylint-dev/pylint#3577
  • Loading branch information
seebi committed Jun 9, 2022
1 parent 4d33bc4 commit f4c5e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ disable = "fixme"

# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#pylint
[tool.pylint.messages_control]
disable = "C0330, C0326, R0903"
disable = "R0903"

[tool.pylint.format]
max-line-length = "88"
Expand Down

0 comments on commit f4c5e26

Please sign in to comment.