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
+1
View File
@@ -2,6 +2,7 @@ aiohttp==3.8.1
black==22.6.0 # must match .pre-commit-config.yaml
flake8==5.0.4 # must match .pre-commit-config.yaml
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
flake8-pyi==22.8.1 # must match .pre-commit-config.yaml
isort==5.10.1 # must match .pre-commit-config.yaml
mypy==0.971