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 0fc44f0 commit 909b1bdCopy full SHA for 909b1bd
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ exclude: ^src/auditwheel/_vendor/
5
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v5.0.0
+ rev: v6.0.0
9
hooks:
10
- id: check-builtin-literals
11
- id: check-added-large-files
@@ -21,7 +21,7 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.12.7
+ rev: v0.12.8
25
26
- id: ruff
27
args: ["--fix", "--show-fixes"]
0 commit comments