Skip to content

Commit

Permalink
Exclude too many branches from pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
chStaiger committed May 28, 2024
1 parent 729ed36 commit c0f21da
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 @@ -70,7 +70,7 @@ good-names=["e", "f", "m"]

[tool.pylint.'VARIABLES']
extension-pkg-whitelist="PyQt6"
disable=["E0611", "E0401", "E0401", "E1101", "W0718", "fixme", "too-many-arguments", "R0916", "R0911", "R0801"]
disable=["E0611", "E0401", "E0401", "E1101", "W0718", "fixme", "too-many-arguments", "R0912", "R0916", "R0911", "R0801"]
max-line-length=100
max-locals=35
max-args=10
Expand Down

0 comments on commit c0f21da

Please sign in to comment.