Add pylintrc

master
Sean Vig 2019-04-21 23:19:41 -04:00
parent f0a61f7b46
commit 0196ae5d18
No known key found for this signature in database
GPG Key ID: 4EDAC65FECB64426
1 changed files with 17 additions and 0 deletions

17
.pylintrc Normal file
View File

@ -0,0 +1,17 @@
[MASTER]
# files that cause recursion depth exceeded errors
ignore=graph.py,manager.py
# also ignore cffi generated modules
ignore-patterns=_ffi.*.py
jobs=0
[BASIC]
good-names=i,
j,
k,
x,
y,