feat: migrate flake8 -> ruff

This commit is contained in:
Felix Spöttel
2023-06-28 10:26:40 +02:00
parent 6e61e0fcf8
commit 5689830601
4 changed files with 6 additions and 15 deletions

View File

@@ -13,10 +13,8 @@ jobs:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- run: pip install -e .[web,tooling]
- run: black --check app
- run: isort --check app
- run: flake8 app
- run: mypy app
- run: make lint
test:
runs-on: ubuntu-latest
name: Test