From e766ddfd92094493c53406616ea48cde80014657 Mon Sep 17 00:00:00 2001 From: reneradoi Date: Fri, 7 Jun 2024 11:15:53 +0000 Subject: [PATCH] update linting dependencies --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a8bed31..7752aeb 100644 --- a/tox.ini +++ b/tox.ini @@ -39,11 +39,11 @@ commands = description = Check code against coding style standards deps = black - flake8==4.0.1 + flake8 flake8-docstrings flake8-copyright flake8-builtins - pyproject-flake8 + pyproject-flake8>=7.0.0 pep8-naming isort codespell