mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Setup precommit
This commit is contained in:
parent
b583a8fc8d
commit
b4fd427008
1 changed files with 6 additions and 0 deletions
6
.pre-commit-config.yaml
Normal file
6
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: stable
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.7
|
Loading…
Reference in a new issue