@ -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,