Bump pytype and ruff test dependencies (#10499)

This commit is contained in:
Alex Waygood
2023-07-22 12:39:16 +01:00
committed by GitHub
parent 2887f60196
commit 65cb3735ec
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.278 # must match requirements-tests.txt
rev: v0.0.280 # must match requirements-tests.txt
hooks:
- id: ruff
args: [--exit-non-zero-on-fix]