1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

pre-commit: Fix Ruff invocation for >=0.5.0

Related changes in Ruff:
https://github.com/astral-sh/ruff/pull/9687
This commit is contained in:
Sebastian Pipping
2024-06-30 15:18:35 +02:00
parent 543c72ba51
commit 39a86ba3cf

View File

@@ -6,7 +6,7 @@ repos:
rev: v0.5.0 rev: v0.5.0
hooks: hooks:
- id: ruff - id: ruff
args: ["--show-source"] args: ["--output-format=full"]
- id: ruff-format - id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks