Skip to content

Commit

Permalink
Add pylint flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mknorps committed Dec 21, 2023
1 parent 6f0c3a9 commit ec23d70
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 @@ -118,7 +118,7 @@ profile = "black"
main.jobs = 4
main.py-version = "3.7"
reports.output-format = "colorized"
"messages control".disable = "fixme,logging-fstring-interpolation,unspecified-encoding,too-few-public-methods,consider-using-in,duplicate-code,too-many-locals"
"messages control".disable = "fixme,logging-fstring-interpolation,unspecified-encoding,too-few-public-methods,consider-using-in,duplicate-code,too-many-branches"

[tool.mypy]
files = ['*.py', 'fawltydeps/*.py', 'tests/*.py']
Expand Down

0 comments on commit ec23d70

Please sign in to comment.