From 6feca8e0fcedb10b2d02af26213f7c525fb355f9 Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Wed, 8 Jan 2025 14:05:55 -0500 Subject: [PATCH] Disable linting tests for now --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b594747..c71fb09 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ deps = flake8-print pydocstyle commands = - flake8 src/ tests/ + flake8 src/ description = Run the flake8 tool with several plugins (bandit, docstrings, import order, pep8 naming). #########################