This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
authentik
mirror of
https://github.com/goauthentik/authentik.git
Watch
1
Star
0
Fork
You've already forked authentik
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93ba4b7f62
authentik
/
scripts
/
pre-commit.sh
7 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
all(minor): remove old, unused code
2019-12-05 14:07:37 +00:00
#!/bin/bash -xe
all: sort imports and cleanup
2020-02-20 16:23:05 +00:00
isort -rc passbook
all: implement black as code formatter
2019-12-31 11:51:16 +00:00
black passbook
misc: run coverage before other tasks to find bugs easier
2019-12-05 15:03:31 +00:00
scripts/coverage.sh
all(minor): remove old, unused code
2019-12-05 14:07:37 +00:00
pylint passbook
prospector