Skip to content

Commit

Permalink
pylint: Set class-const-naming-style
Browse files Browse the repository at this point in the history
See #6857
  • Loading branch information
The-Compiler committed Dec 2, 2021
1 parent b9530b3 commit 636c4ca
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 636c4ca

Please sign in to comment.