Skip to content

Commit bcaae43

Browse files
committed
Drop pylint requirement incompatible with fstrings
The arguments on why we should do this are well-explained and fully provided in: pylint-dev/pylint#2354 (comment) Signed-off-by: Plamen Dimitrov <[email protected]>
1 parent cb3dc40 commit bcaae43

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
@@ -69,6 +69,7 @@ enable=all
6969
disable=W0212,
7070
W0703,
7171
W0707,
72+
W1203,
7273
E0401,
7374
I0011,
7475
C0102,

0 commit comments

Comments
 (0)