Skip to content

Commit 8786d8f

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 dd56e8f commit 8786d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ disable=C0103,
120120
W0212,
121121
W0511,
122122
W0703,
123-
W0707
123+
W0707,
124+
W1203
124125

125126

126127
[REPORTS]

0 commit comments

Comments
 (0)