Merge pull request #2913 from oprypin/black

Re-format code with `black -l100` and enforce it
This commit is contained in:
Oleh Prypin
2022-08-08 18:54:58 +02:00
committed by GitHub
51 changed files with 1826 additions and 1494 deletions

View File

@@ -66,6 +66,9 @@ jobs:
- name: Install Node dependencies
run: |
npm install -g markdownlint-cli jshint csslint
- name: Check with black
if: always()
run: python -m tox -e black && git diff --exit-code
- name: Check with flake8
if: always()
run: python -m tox -e flake8