Skip to content

Commit e754f69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.8...v0.12.0)
1 parent 94c2ec6 commit e754f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: migrations
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -21,7 +21,7 @@ repos:
2121
args: [--markdown-linebreak-ext=md]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.8
24+
rev: v0.12.0
2525
hooks:
2626
- id: ruff
2727
args: [ --fix ]

0 commit comments

Comments
 (0)