From e085a00a8e38eea2e98a1b2e6c7aa65b648e42ae Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 10 Mar 2024 14:03:13 +0000 Subject: [PATCH] Bump flake8-pyi to 24.3.0 (#11560) --- .pre-commit-config.yaml | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc4bc138b..6736544d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: flake8 additional_dependencies: - "flake8-noqa==1.4.0" # must match requirements-tests.txt - - "flake8-pyi==24.1.0" # must match requirements-tests.txt + - "flake8-pyi==24.3.0" # must match requirements-tests.txt types: [file] types_or: [python, pyi] - repo: meta diff --git a/requirements-tests.txt b/requirements-tests.txt index 52d4a705f..8115345d9 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -4,7 +4,7 @@ black==24.1.1 # must match .pre-commit-config.yaml flake8==7.0.0 # must match .pre-commit-config.yaml flake8-noqa==1.4.0 # must match .pre-commit-config.yaml -flake8-pyi==24.1.0 # must match .pre-commit-config.yaml +flake8-pyi==24.3.0 # must match .pre-commit-config.yaml mypy==1.9.0 pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml pytype==2024.2.27; platform_system != "Windows" and python_version < "3.12"