Browse Source

fix: tox.ini config fixed for testenv:check

pull/574/head
MohsinEngineer 11 months ago
parent
commit
369c8af879
  1. 2
      tox.ini

2
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 =

Loading…
Cancel
Save