Skip to content

Commit

Permalink
change fail threshold for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Oct 7, 2023
1 parent 3820264 commit b8571a7
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 @@ -53,7 +53,7 @@ quiet-level = 3
ignore-words-list = "spindel"

[tool.pylint.main]
fail-under = 10
fail-under = 9
ignore = ["CVS"]
ignore-patterns = ["^\\.#"]
jobs = 0
Expand Down

0 comments on commit b8571a7

Please sign in to comment.