curved-television-6568
04/13/2022, 5:36 AMflake8
reports could be off by one?src/python/pants/engine/rules_test.py:1012:9: F811 redefinition of unused 'dup_a' from line 1008
src/python/pants/engine/rules_test.py:1011:9: F811 redefinition of unused 'dup_a' from line 1007
bitter-ability-32190
04/13/2022, 1:55 PMflake8
is flaky?curved-television-6568
04/13/2022, 1:57 PMbitter-ability-32190
04/13/2022, 1:58 PMcurved-television-6568
04/13/2022, 1:58 PMbitter-ability-32190
04/13/2022, 1:58 PMcurved-television-6568
04/13/2022, 1:58 PM\r
or something funky like that… if that would even work.. ?bitter-ability-32190
04/13/2022, 2:01 PMmypy
is also warning. No reason to have 2 linters for the same thing and I expect mypy
is more powerful when it comes to detection.curved-television-6568
04/13/2022, 2:01 PMbitter-ability-32190
04/13/2022, 2:02 PMpylint
and move all the checks to either mypy
or flake8
flake8
might be using different attrs in later pythoncurved-television-6568
04/13/2022, 2:17 PMhundreds-father-404
04/13/2022, 10:27 PM