From 2e1f60d038b11e800afcc08c051bd3306448226f Mon Sep 17 00:00:00 2001 From: apalala Date: Fri, 13 Oct 2023 15:34:44 -0400 Subject: [PATCH] [tox] re-enable pylint on py312 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2d22a12e..8fc2dbbd 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,7 @@ commands = deps = flake8 + pylint pytest mypy