Skip to content

Commit e9d44e5

Browse files
chore: pre-commit autoupdate (#173)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6672878 commit e9d44e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-json
1111
- id: check-toml
@@ -20,7 +20,7 @@ repos:
2020
- id: check-github-workflows
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.3.4
23+
rev: v0.3.5
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)