Skip to content

Commit

Permalink
Disable pylint unknown-option-value for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
villainy committed Jul 1, 2022
1 parent 011309b commit 08fca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ max_line_length = 100
builtins = _

[pylama:pylint]
ignore=R,E1002,W0511,C0103,C0204
ignore=R,E1002,W0511,C0103,C0204,W0012

[pylama:pylama/core.py]
ignore = C901,R0914
Expand Down

0 comments on commit 08fca02

Please sign in to comment.