We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f436c5f commit df56d38Copy full SHA for df56d38
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ default_language_version:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -20,7 +20,7 @@ repos:
20
- id: trailing-whitespace
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
# keep in sync with .github/workflows/ruff.yml
23
- rev: 'v0.8.0'
+ rev: 'v0.12.8'
24
25
- id: ruff
26
args: [--fix, --exit-non-zero-on-fix]
0 commit comments