common: introduce common (#19852)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2026-01-30 16:27:41 +01:00
committed by GitHub
parent 25c7e6ed33
commit e90c249274
57 changed files with 215 additions and 215 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ lint-fix: lint-codespell ## Lint and automatically fix errors in the python sou
lint-codespell: ## Reports spelling errors.
$(UV) run codespell -w
lint: ci-bandit ## Lint the python and golang sources
lint: ci-bandit ci-mypy ## Lint the python and golang sources
golangci-lint run -v
core-install: