Skip to content

Commit 9b777eb

Browse files
authored
up max-locals in .pylintrc
1 parent 2b02697 commit 9b777eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[FORMAT]
22
max-line-length=240
3+
[DESIGN]
4+
max-locals = 20

0 commit comments

Comments
 (0)