Skip to content

Commit

Permalink
make pylint happier
Browse files Browse the repository at this point in the history
  • Loading branch information
peno64 committed Dec 2, 2023
1 parent ed53663 commit 4a1d770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ disable=
too-many-instance-attributes,
too-many-locals,
consider-using-f-string,
use-dict-literal,
broad-exception-raised,
max-line-length=160
max-statements=70
extension-pkg-whitelist=lxml

0 comments on commit 4a1d770

Please sign in to comment.