mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 17:36:35 +02:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash -xe
|
|
isort -rc passbook
|
|
black passbook
|
|
scripts/coverage.sh
|
|
pylint passbook
|
|
prospector
|