Skip to content

Commit 93b65db

Browse files
[pre-commit.ci] pre-commit autoupdate
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.8 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.8...v0.14.0)
1 parent dcdf7e7 commit 93b65db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -25,7 +25,7 @@ repos:
2525
- id: codespell
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.8
28+
rev: v0.14.0
2929
hooks:
3030
- id: ruff
3131
args: [ --fix ]

0 commit comments

Comments
 (0)