Skip to content

Commit 2195670

Browse files
committed
🚨 update pylint disable list to include C0103
1 parent d008806 commit 2195670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ import-order-style = pycharm
112112
application-import-names = flake8
113113

114114
[pylint]
115-
disable = C0209,C0301,C0411,R,W0107,W0622
115+
disable = C0209,C0301,C0411,R,W0107,W0622,C0103

0 commit comments

Comments
 (0)