Bump various test dependencies (#11030)

This commit is contained in:
Alex Waygood
2023-11-15 15:39:45 +00:00
committed by GitHub
parent 968e2be4d6
commit ac88fdfdbf
3 changed files with 8 additions and 8 deletions

View File

@@ -10,12 +10,12 @@ repos:
- id: mixed-line-ending
- id: check-case-conflict
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1 # must match requirements-tests.txt
rev: 23.11.0 # must match requirements-tests.txt
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4 # must match requirements-tests.txt and tests.yml
rev: v0.1.5 # must match requirements-tests.txt and tests.yml
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix-only]