Skip to content

Commit bb5f96c

Browse files
author
Lee Miller
committed
Relax pylint design checker rules also for python2.7
1 parent 00d9afb commit bb5f96c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ignore = E722,F841,W503
2020
disable=invalid-name,bare-except,broad-except
2121
# invalid-name: needs fixing during a large, project-wide refactor
2222
# bare-except,broad-except: Need fixing once thorough testing is easier
23+
max-args = 8
24+
max-attributes = 8
2325

2426
[MASTER]
2527
init-hook = import sys;sys.path.append('src')

0 commit comments

Comments
 (0)