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 522b08f commit efc13e5Copy full SHA for efc13e5
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: check-added-large-files
@@ -19,7 +19,7 @@ repos:
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
# Ruff version.
22
- rev: v0.12.1
+ rev: v0.12.11
23
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments