Skip to content

Commit 56ed0a6

Browse files
[pre-commit.ci] pre-commit autoupdate (#76)
updates: - [github.com/pre-commit/pre-commit: v3.8.0 → v4.1.0](pre-commit/pre-commit@v3.8.0...v4.1.0) - [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/python-poetry/poetry: 1.8.0 → 2.0.1](python-poetry/poetry@1.8.0...2.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.7...v0.9.4) - [github.com/commitizen-tools/commitizen: v3.29.0 → v4.1.1](commitizen-tools/commitizen@v3.29.0...v4.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5b5816f commit 56ed0a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.1.0
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
@@ -71,13 +71,13 @@ repos:
7171
- id: detect-private-key
7272

7373
- repo: https://github.com/python-poetry/poetry
74-
rev: "1.8.0"
74+
rev: "2.0.1"
7575
hooks:
7676
- id: poetry-check
7777

7878
- repo: https://github.com/astral-sh/ruff-pre-commit
7979
# Ruff version.
80-
rev: v0.5.7
80+
rev: v0.9.4
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: v4.1.1
9090
hooks:
9191
- id: commitizen
9292
stages: [commit-msg]

0 commit comments

Comments
 (0)