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 3dc2255 commit f2ea3b7Copy full SHA for f2ea3b7
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-added-large-files
10
args: ["--enforce-all", "--maxkb=800"]
@@ -54,7 +54,7 @@ repos:
54
# Forbid files which have a UTF-8 Unicode replacement character.
55
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: "v0.12.7"
+ rev: "v0.12.11"
58
59
- id: ruff
60
args: ["--fix", "--show-fixes"]
0 commit comments