Skip to content

Commit

Permalink
Drop pylint requirement incompatible with fstrings
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pevogam committed Mar 23, 2023
1 parent 109c2b2 commit da4d634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ enable=all
disable=W0212,
W0703,
W0707,
W1203,
E0401,
I0011,
C0102,
Expand Down

0 comments on commit da4d634

Please sign in to comment.