diff --git a/.pylintrc.toml b/.pylintrc.toml index d7d27af..3de5187 100644 --- a/.pylintrc.toml +++ b/.pylintrc.toml @@ -192,7 +192,8 @@ method-naming-style = "snake_case" # method-rgx = # Naming style matching correct module names. -module-naming-style = "snake_case" +#module-naming-style = "snake_case" +module-naming-style = "PascalCase" # Regular expression matching correct module names. Overrides module-naming- # style. If left empty, module names will be checked with the set naming style.