Skip to content

Commit

Permalink
pylint: Add R1725 to disables for py2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Aug 21, 2020
1 parent 6ef780f commit acdb9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -34,8 +34,8 @@ deps =
commands =
# C0330: https://github.com/psf/black/issues/1178
# R0913: These are intentional design decisions, so leave them.
# R0205: We still support py2.
pylint --disable=C0330,R0913,R0205 srt.py
# R0205, R1725: We still support py2.
pylint --disable=C0330,R0913,R0205,R1725 srt.py

[testenv:black]
skipsdist = True
Expand Down

0 comments on commit acdb9e3

Please sign in to comment.