Skip to content

Commit

Permalink
pylint: Set class-const-naming-style
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler authored and twigleingrid committed May 10, 2022
1 parent 1538285 commit 191d6a8
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 @@ -60,6 +60,7 @@ argument-rgx=[a-z_][a-z0-9_]{0,30}$
variable-rgx=[a-z_][a-z0-9_]{0,30}$
docstring-min-length=3
no-docstring-rgx=(^_|^main$)
class-const-naming-style = snake_case

[FORMAT]
max-line-length=88
Expand Down

0 comments on commit 191d6a8

Please sign in to comment.