Skip to content

Commit ce0c067

Browse files
committed
Add pylint configuration file
1 parent 0249cc1 commit ce0c067

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pylintrc

+6
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)