check for blanket noqas in CI

This commit is contained in:
Daniel Eades
2022-12-15 17:34:42 +00:00
committed by Jean-François B
parent 1abb24e309
commit 841c0cecb3
2 changed files with 15 additions and 0 deletions

View File

@@ -27,3 +27,13 @@ jobs:
run: python -m pip install -U tox pip
- name: Run Tox
run: tox -e ${{ matrix.tool }}
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0