Bump flake8-pyi to 23.1.2 (#9643)

This commit is contained in:
Alex Waygood
2023-02-01 00:07:09 +00:00
committed by GitHub
parent 9e71de0421
commit cec6162146
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ repos:
additional_dependencies:
- "flake8-bugbear==23.1.14" # must match requirements-tests.txt
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
- "flake8-pyi==23.1.1" # must match requirements-tests.txt
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
python_requirement: false

View File

@@ -3,7 +3,7 @@ black==22.12.0 # must match .pre-commit-confi
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-pyi==23.1.1; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-pyi==23.1.2; python_version >= "3.8" # must match .pre-commit-config.yaml
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
mypy==0.991
packaging==23.0