Skip to content

Commit 035f55d

Browse files
committed
🚨(pylint) add duplicate-code exception to .pylintrc
Revove this warning, at least for now, because it not disablable on-line and we do not want to factorize reported code this early pylint-dev/pylint#214
1 parent c1407cf commit 035f55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ disable=print-statement,
128128
dict-keys-not-iterating,
129129
dict-values-not-iterating,
130130
bad-continuation
131+
duplicate-code
131132

132133
# Enable the message, report, category or checker with the given id(s). You can
133134
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)