Skip to content

Commit cc0c63e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit: v3.8.0 → v4.0.1](pre-commit/pre-commit@v3.8.0...v4.0.1) - [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.5.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.7...v0.6.9) - [github.com/commitizen-tools/commitizen: v3.29.0 → v3.29.1](commitizen-tools/commitizen@v3.29.0...v3.29.1)
1 parent 7e6ea86 commit cc0c63e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_stages:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit
10-
rev: v3.8.0
10+
rev: v4.0.1
1111
hooks:
1212
- id: validate_manifest
1313

@@ -17,7 +17,7 @@ repos:
1717
- id: check-useless-excludes
1818

1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
# endings
2323
- id: end-of-file-fixer
@@ -77,7 +77,7 @@ repos:
7777

7878
- repo: https://github.com/astral-sh/ruff-pre-commit
7979
# Ruff version.
80-
rev: v0.5.7
80+
rev: v0.6.9
8181
hooks:
8282
- id: ruff
8383
types_or: [python, pyi, jupyter]
@@ -86,7 +86,7 @@ repos:
8686
types_or: [python, pyi, jupyter]
8787

8888
- repo: https://github.com/commitizen-tools/commitizen
89-
rev: v3.29.0
89+
rev: v3.29.1
9090
hooks:
9191
- id: commitizen
9292
stages: [commit-msg]

0 commit comments

Comments
 (0)