From 987e8f43de9021c2fd58b6d0c3661a6f58478fea Mon Sep 17 00:00:00 2001 From: sametd Date: Thu, 14 Dec 2023 23:59:48 +0100 Subject: [PATCH] tox.ini improved for black for better ignore operation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c84211..83f780d 100644 --- a/tox.ini +++ b/tox.ini @@ -26,5 +26,5 @@ deps = flake8 commands = isort --check . - black --check --exclude /venv/ --exclude .* . + black --check --exclude='/(\..*|venv)/' . flake8 . \ No newline at end of file