Skip to content

Commit

Permalink
Improve linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Mar 25, 2024
1 parent 7241259 commit 8cea0f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ max-line-length = 88

[pylint.'MESSAGES CONTROL']
disable =
duplicate-code
duplicate-code,
too-many-lines,
too-many-instance-attributes,
too-many-public-methods

[pylint.'SIMILARITIES']
min-similarity-lines = 40

0 comments on commit 8cea0f0

Please sign in to comment.