1
0
Fork 0

Merge branch 'main' into frontend

This commit is contained in:
Fabien Basmaison 2021-04-08 09:53:01 +02:00
commit ad3e91db7d
13 changed files with 119 additions and 33 deletions

View file

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@20.8b1
- uses: psf/black@stable
with:
args: ". --check -l 80 -S"