Skip to content

Commit 8aacf6f

Browse files
committed
Add .pylintrc, turning off constance upper_case requirement
1 parent 6cf561c commit 8aacf6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pylintrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Don't require constants to be upper case
2+
[ BASIC ]
3+
class-const-naming-style=any
4+
const-naming-style=any

0 commit comments

Comments
 (0)