Skip to content

Commit 2f5ec12

Browse files
chore(pre-commit): autoupdate hooks (#56)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.13...v0.12.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b6045b2 commit 2f5ec12

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
@@ -14,7 +14,7 @@ repos:
1414
stages: [commit-msg]
1515
# args: [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-toml
2020
- id: check-yaml
@@ -38,7 +38,7 @@ repos:
3838
- id: pyupgrade
3939
args: [--py310-plus]
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.13
41+
rev: v0.12.9
4242
hooks:
4343
# Run the linter
4444
- id: ruff

0 commit comments

Comments
 (0)