Skip to content

Commit cd7f5e9

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.19.1](asottile/pyupgrade@v3.15.0...v3.19.1) - [github.com/psf/black: 23.11.0 → 24.10.0](psf/black@23.11.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.8.4](astral-sh/ruff-pre-commit@v0.1.6...v0.8.4) - [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 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
1 parent c2f2529 commit cd7f5e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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.19.1
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: 24.10.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.8.4
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: "1.8.0"
5252
hooks:
5353
- id: poetry-check
5454

0 commit comments

Comments
 (0)