Skip to content

Commit 426bc22

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.0](asottile/pyupgrade@v3.15.0...v3.19.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.8.3](astral-sh/ruff-pre-commit@v0.0.292...v0.8.3) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0)
1 parent d8b59ad commit 426bc22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-toml
@@ -12,18 +12,18 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.15.0
15+
rev: v3.19.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py38-plus
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.0.292
21+
rev: v0.8.3
2222
hooks:
2323
- id: ruff
2424
args:
2525
- --fix
2626
- repo: https://github.com/psf/black
27-
rev: 23.9.1
27+
rev: 24.10.0
2828
hooks:
2929
- id: black

0 commit comments

Comments
 (0)