Skip to content

Commit

Permalink
Disable class naming style pylint warning.
Browse files Browse the repository at this point in the history
Need to have some weird class names duo to clorm Predicates.
  • Loading branch information
namcsi committed Jul 15, 2023
1 parent e537b22 commit 8b25a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ignore-signatures=yes

argument-rgx=^[a-z][a-z0-9]*((_[a-z0-9]+)*_?)?$
variable-rgx=^[a-z][a-z0-9]*((_[a-z0-9]+)*_?)?$
class-naming-style=any

# Good variable names which should always be accepted, separated by a comma.
good-names=_,M,N,B,A,Nn,Bn,An

0 comments on commit 8b25a0e

Please sign in to comment.