Fixed.pylintrc?

This commit is contained in:
ElBe 2023-03-11 06:00:52 +01:00 committed by GitHub
parent 6290a296d6
commit 6671dd8d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ extension-pkg-whitelist=
fail-on=
# Specify a score threshold under which the program will exit with error.
fail-under=5
fail-under=10
# Interpret the stdin as a python script, whose filename needs to be passed as
# the module_or_package argument.