Skip to content

Commit 6957e5f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.11.11](astral-sh/ruff-pre-commit@v0.1.6...v0.11.11) - [github.com/andrei-shabanski/poetry-plugin-sort: v0.2.0 → v0.2.1](andrei-shabanski/poetry-plugin-sort@v0.2.0...v0.2.1) - [github.com/python-poetry/poetry: 1.7.0 → 2.1.3](python-poetry/poetry@1.7.0...2.1.3)
1 parent 5ea14c1 commit 6957e5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: check-poetry-sources
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: pretty-format-json
1010
args:
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222
- id: mixed-line-ending
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.20.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
@@ -32,23 +32,23 @@ repos:
3232
- id: python-check-blanket-noqa
3333
- id: python-check-blanket-type-ignore
3434
- repo: https://github.com/psf/black
35-
rev: 23.11.0
35+
rev: 25.1.0
3636
hooks:
3737
- id: black
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
3939
# Ruff version.
40-
rev: v0.1.6
40+
rev: v0.11.11
4141
hooks:
4242
- id: ruff
4343
args:
4444
- "--fix"
4545
- "--exit-non-zero-on-fix"
4646
- repo: https://github.com/andrei-shabanski/poetry-plugin-sort
47-
rev: v0.2.0
47+
rev: v0.2.1
4848
hooks:
4949
- id: poetry-sort
5050
- repo: https://github.com/python-poetry/poetry
51-
rev: "1.7.0"
51+
rev: "2.1.3"
5252
hooks:
5353
- id: poetry-check
5454

0 commit comments

Comments
 (0)