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