Skip to content

Commit 511b21d

Browse files
chore(pre-commit): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
1 parent 6888b90 commit 511b21d

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
# - --remove-duplicate-keys
2020
# - --remove-unused-variables
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.13.0
22+
rev: v3.15.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 23.9.1
31+
rev: 23.10.1
3232
hooks:
3333
- id: black
3434
args: [--safe, --quiet]

0 commit comments

Comments
 (0)