Skip to content

Commit

Permalink
chore(tests): fix pylint config (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Sep 24, 2024
1 parent 02c8bef commit 9f417bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ disable=
too-many-locals,
unexpected-keyword-arg,
abstract-method,
too-many-positional-arguments,

[REFACTORING]

Expand All @@ -47,4 +48,4 @@ score=no
ignored-classes=_CountingAttr

[FORMAT]
expected-line-ending-format=LF
expected-line-ending-format=LF

0 comments on commit 9f417bc

Please sign in to comment.