Update test dependencies (#11361)

This commit is contained in:
Alex Waygood
2024-02-05 00:53:21 +00:00
committed by GitHub
parent c49c84f319
commit bf58d62e74
4 changed files with 18 additions and 13 deletions

View File

@@ -15,17 +15,17 @@ repos:
- id: black
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11 # must match requirements-tests.txt and tests.yml
rev: v0.2.0 # must match requirements-tests.txt and tests.yml
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix-only]
- repo: https://github.com/pycqa/flake8
rev: 6.1.0 # must match requirements-tests.txt
rev: 7.0.0 # must match requirements-tests.txt
hooks:
- id: flake8
additional_dependencies:
- "flake8-bugbear==23.12.2" # must match requirements-tests.txt
- "flake8-noqa==1.3.2" # must match requirements-tests.txt
- "flake8-bugbear==24.1.17" # must match requirements-tests.txt
- "flake8-noqa==1.4.0" # must match requirements-tests.txt
- "flake8-pyi==24.1.0" # must match requirements-tests.txt
types: [file]
types_or: [python, pyi]