mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03: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
|