1
0

Use common linting workflow

Black, isort, flake8 don't need arguments now
This commit is contained in:
David Robertson
2022-03-03 18:31:24 +00:00
parent 70770811b1
commit 0fe433c3c0
5 changed files with 10 additions and 72 deletions

View File

@@ -20,19 +20,7 @@ jobs:
- run: scripts-dev/config-lint.sh
lint:
runs-on: ubuntu-latest
strategy:
matrix:
toxenv:
- "check_codestyle"
- "check_isort"
- "mypy"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install tox
- run: tox -e ${{ matrix.toxenv }}
uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v1"
lint-crlf:
runs-on: ubuntu-latest