Skip to content

Commit f2d447c

Browse files
committed
Fixed lint message control errors
1 parent 40dc436 commit f2d447c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ testpaths =
1616
max-line-length = 127
1717

1818
[pylint.'MESSAGES CONTROL']
19-
disable = "no-member,protected-access,global-statement"
19+
disable = no-member,protected-access,global-statement
2020

2121
# setup Flake8 configuration
2222
[flake8]

0 commit comments

Comments
 (0)