diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd50990ff275..450206d677d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: flake8 language: python additional_dependencies: - - "flake8-pyi==25.5.0" + - "flake8-pyi==26.5.0" types: [file] types_or: [python, pyi] - repo: meta