Relax the pylint rule for constants (#108)
These changes follow up the "Fix and improve tests for Python != 3.7" PR.
This commit is contained in:
parent
009de09c20
commit
6a8f3eeee7
|
|
@ -323,7 +323,7 @@ class-naming-style=PascalCase
|
||||||
#class-rgx=
|
#class-rgx=
|
||||||
|
|
||||||
# Naming style matching correct constant names.
|
# Naming style matching correct constant names.
|
||||||
const-naming-style=UPPER_CASE
|
const-naming-style=any
|
||||||
|
|
||||||
# Regular expression matching correct constant names. Overrides const-naming-
|
# Regular expression matching correct constant names. Overrides const-naming-
|
||||||
# style.
|
# style.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue