Skip to content

Commit 1b6db42

Browse files
pre-commit-ci[bot]mborgerson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 68e6cb8 commit 1b6db42

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
@@ -47,7 +47,7 @@ repos:
4747
#
4848

4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: v2.5.0
50+
rev: v2.7.0
5151
hooks:
5252
- id: setup-cfg-fmt
5353
args: ["--include-version-classifiers"]
@@ -64,14 +64,14 @@ repos:
6464
- id: rm-unneeded-f-str
6565

6666
- repo: https://github.com/asottile/pyupgrade
67-
rev: v3.17.0
67+
rev: v3.18.0
6868
hooks:
6969
- id: pyupgrade
7070
args: [--py38-plus]
7171

7272
# Last modifier: Coding Standard
7373
- repo: https://github.com/psf/black
74-
rev: 24.8.0
74+
rev: 24.10.0
7575
hooks:
7676
- id: black
7777

0 commit comments

Comments
 (0)