This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/scripts/pre-commit.sh

9 lines
124 B
Bash
Raw Normal View History

2019-12-05 14:07:37 +00:00
#!/bin/bash -xe
2020-02-20 16:23:05 +00:00
isort -rc passbook
2020-05-06 22:32:03 +00:00
pyright
2019-12-31 11:51:16 +00:00
black passbook
scripts/coverage.sh
2020-02-21 08:03:59 +00:00
bandit -r passbook
2019-12-05 14:07:37 +00:00
pylint passbook
prospector