Skip to content

Commit

Permalink
Disable Pylint check for duplicate-code
Browse files Browse the repository at this point in the history
  • Loading branch information
BECATRUE committed Apr 3, 2024
1 parent 4f9d773 commit f6ab306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[MASTER]
extension-pkg-whitelist=PyQt5

[SIMILARITIES]
min-similarity-lines=10

[BASIC]
argument-rgx=_?_?(?:(?:[a-z0-9]+(?:_[a-z0-9]+)*_?_?)|(?:[a-z0-9]+(?:[A-Z][a-z0-9]*)*))$
attr-rgx=_?_?(?:(?:[a-z0-9]+(?:_[a-z0-9]+)*_?_?)|(?:[a-z0-9]+(?:[A-Z][a-z0-9]*)*))$
Expand Down

0 comments on commit f6ab306

Please sign in to comment.