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

@@ -20,6 +20,7 @@ repos:
- id: flake8
additional_dependencies:
- 'flake8-bugbear==22.7.1' # must match requirements-tests.txt
- 'flake8-noqa==1.2.9' # must match requirements-tests.txt
- 'flake8-pyi==22.8.1' # must match requirements-tests.txt
ci: