Skip to content

Commit 8d0afc1

Browse files
fix(pre_commit): ⬆ pre_commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.2](asottile/pyupgrade@v3.10.1...v3.15.2) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.4.7](astral-sh/ruff-pre-commit@v0.0.282...v0.4.7) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2)
1 parent 3834fb0 commit 8d0afc1

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
@@ -5,7 +5,7 @@ default_language_version:
55
python: python3.8
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-toml
@@ -15,20 +15,20 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.10.1
18+
rev: v3.15.2
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- --py3-plus
2323
- --keep-runtime-typing
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.0.282
25+
rev: v0.4.7
2626
hooks:
2727
- id: ruff
2828
args:
2929
- --fix
3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 24.4.2
3232
hooks:
3333
- id: black
3434
ci:

0 commit comments

Comments
 (0)