From 369c8af87949552c56204e25c3a97f526e756902 Mon Sep 17 00:00:00 2001 From: MohsinEngineer Date: Thu, 20 Jun 2024 13:17:15 +0500 Subject: [PATCH] fix: tox.ini config fixed for testenv:check --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ce43b2b..cb18e4e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ commands = isort -c --df src/keycloak tests docs flake8 src/keycloak tests docs codespell src tests docs -allowlist_externals = black, poetry +allowlist_externals = black, poetry, isort, flake8, codespell [testenv:apply-check] commands =