Update lint.yml

This commit is contained in:
Jan
2022-04-07 12:12:33 +02:00
committed by GitHub
parent ca0540563d
commit 23ffd06e34

View File

@@ -14,11 +14,16 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install Python dependencies
run: python -m pip install black flake8
- name: Black solo
uses: psf/black@stable
with:
options: "--check --verbose --diff --color -l 99"
- name: Run linters
uses: wearerequired/lint-action@v1
with: