Merge branch 'main' into ci

This commit is contained in:
Fabien Basmaison
2021-03-20 15:26:51 +01:00
292 changed files with 18523 additions and 10503 deletions

13
.github/workflows/black.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check -l 80 -S"