]> granicus.if.org Git - graphviz/commitdiff
bump Pylint requirement to 2.7.1
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 9 Jul 2021 14:25:01 +0000 (07:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 9 Jul 2021 14:37:36 +0000 (07:37 -0700)
This avoids a Pylint bug¹ that prevents adding a --errors-only check that would
fail the build on failure.

¹ https://github.com/PyCQA/pylint/issues/3882

requirements.txt

index 440bc51d7dabcc3597cbe18847cc13b38f6b4727..91b9862c0dfbba71e405c7458ddcdd9e09bb53d6 100644 (file)
@@ -1,2 +1,2 @@
-pylint==2.6.2
+pylint==2.7.1
 pytest==6.2.2