Skip to content

Commit f4b0aef

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.5...v0.6.9)
1 parent a890dda commit f4b0aef

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
exclude: "setup.cfg"
@@ -48,7 +48,7 @@ repos:
4848
)
4949
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.6.5
51+
rev: v0.6.9
5252
hooks:
5353
- id: ruff
5454
args: ["--fix"]

0 commit comments

Comments
 (0)