Skip to content

Commit 2eb5295

Browse files
committed
Issue #45 pre-commit autoupdate
1 parent ccf70ce commit 2eb5295

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: pretty-format-json
1414
args: ["--autofix", "--no-sort-keys"]
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.4.8
16+
rev: v0.6.9
1717
hooks:
1818
- id: ruff
1919
args: [--fix]

0 commit comments

Comments
 (0)