We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0249cc1 commit ce0c067Copy full SHA for ce0c067
.pylintrc
@@ -0,0 +1,6 @@
1
+[MASTER]
2
+disable=
3
+ C0114, # missing-module-docstring
4
+
5
+[FORMAT]
6
+good-names=i,j,k,x,y
0 commit comments