diff --git a/tox.ini b/tox.ini index 0614a7c..5c35eca 100644 --- a/tox.ini +++ b/tox.ini @@ -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