mirror of
https://github.com/goauthentik/authentik
synced 2026-05-08 16:13:02 +02:00
10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
#!/bin/bash -xe
|
|
isort -rc .
|
|
pyright
|
|
black .
|
|
./manage.py generate_swagger -o swagger.yaml -f yaml
|
|
scripts/coverage.sh
|
|
bandit -r .
|
|
pylint passbook
|
|
prospector
|