Skip to content

Commit

Permalink
Fix up pylint options
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Oct 29, 2023
1 parent f160ae0 commit 65bdb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build-backend = "poetry.core.masonry.api"

[tool.pylint]
[tool.pylint.'MESSAGES CONTROL']
disable="locally-disabled, bad-continuation, superfluous-parens, no-else-return, too-many-arguments,logging-not-lazy, logging-format-interpolation, too-few-public-methods, protected-access, duplicate-code, consider-using-f-string, fixme, invalid-name, line-too-long, design, missing-function-docstring"
disable="locally-disabled, superfluous-parens, no-else-return, too-many-arguments,logging-not-lazy, logging-format-interpolation, too-few-public-methods, protected-access, duplicate-code, consider-using-f-string, fixme, invalid-name, line-too-long, design, missing-function-docstring, missing-class-docstring, missing-module-docstring"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 65bdb17

Please sign in to comment.