Skip to content

Commit

Permalink
Ignore pylint TODO warnings
Browse files Browse the repository at this point in the history
I want to keep some TODOs in for future improvements, so having them be
warnings would hold up the CI builds.
  • Loading branch information
ExcaliburZero committed Nov 12, 2023
1 parent b811a54 commit 10fd3ec
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 @@ -51,4 +51,4 @@ warn_return_any = true
warn_unused_ignores = true

[tool.pylint]
disable = ["C0301", "R0914", "I1101", "R1705", "R0915", "R0902", "W1203", "R0801", "R0911", "R0912", "R0913", "R1724"]
disable = ["C0301", "R0914", "I1101", "R1705", "R0915", "R0902", "W1203", "R0801", "R0911", "R0912", "R0913", "R1724", "W0511"]

0 comments on commit 10fd3ec

Please sign in to comment.