Skip to content

Commit 4975d43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
1 parent f7dbf37 commit 4975d43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -19,14 +19,14 @@ repos:
1919
args: ["--profile", "black", "--filter-files"]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.15.2
22+
rev: v3.16.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626

2727

2828
- repo: https://github.com/psf/black
29-
rev: "24.3.0"
29+
rev: "24.4.2"
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)