Skip to content

Commit

Permalink
Raise pylint threshold to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Oct 2, 2023
1 parent 3e3d46a commit 9c1e048
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 @@ -29,7 +29,7 @@
# fail-on =

# Specify a score threshold under which the program will exit with error.
fail-under = 9
fail-under = 10

# Interpret the stdin as a python script, whose filename needs to be passed as
# the module_or_package argument.
Expand Down

0 comments on commit 9c1e048

Please sign in to comment.