Run flake8-noqa in CI (#8641)

This commit is contained in:
Alex Waygood
2022-08-29 21:06:47 +01:00
committed by GitHub
parent 1c6eb33c23
commit b417d5796d
4 changed files with 24 additions and 16 deletions

View File

@@ -102,7 +102,8 @@ black .
...Or install the pre-commit hooks: please refer to the
[pre-commit](https://pre-commit.com/) documentation.
Our code is also linted using `flake8`, with plugins `flake8-pyi` and `flake8-bugbear`. As with our other checks, running
Our code is also linted using `flake8`, with plugins `flake8-pyi`,
`flake8-bugbear`, and `flake8-noqa`. As with our other checks, running
flake8 before filing a PR is not required. However, if you wish to run flake8
locally, install the test dependencies as outlined above, and then run: