We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae466f commit 885417bCopy full SHA for 885417b
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+max-line-length = 99
.pylintrc
@@ -0,0 +1,6 @@
+[MESSAGES CONTROL]
+disable=
3
+ C0103, # Doesn't conform to snake_case naming style
4
+ W0612, # Unused variable
5
+ W0621, # Redefined outer name
6
+ C0209 # Consider using f string
0 commit comments