Bump flake8-bugbear; ignore flake8-bugbear in stub files (#9069)

This commit is contained in:
Alex Waygood
2022-11-02 19:18:00 +00:00
committed by GitHub
parent 401a7b929e
commit d1d1afbe3a
3 changed files with 14 additions and 13 deletions
+7 -7
View File
@@ -1,14 +1,14 @@
aiohttp==3.8.3
black==22.10.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.10.0 # must match .pre-commit-config.yaml
isort==5.10.1 # must match .pre-commit-config.yaml
black==22.10.0 # must match .pre-commit-config.yaml
flake8==5.0.4 # must match .pre-commit-config.yaml
flake8-bugbear==22.10.27 # must match .pre-commit-config.yaml
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
flake8-pyi==22.10.0 # must match .pre-commit-config.yaml
isort==5.10.1 # must match .pre-commit-config.yaml
mypy==0.982
packaging==21.3
pathspec
pycln==2.1.1 # must match .pre-commit-config.yaml
pycln==2.1.1 # must match .pre-commit-config.yaml
pyyaml==6.0
pytype==2022.10.26; platform_system != "Windows" and python_version < "3.11"
termcolor>=2