Enforce Black formatter

This commit is contained in:
Oleh Prypin
2022-08-06 16:23:11 +02:00
parent dca7cbb43f
commit 58a99e5b38
6 changed files with 16 additions and 4 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