Skip to content

Commit 7fd1131

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.9.0](asottile/pyupgrade@v3.3.1...v3.9.0) - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0)
1 parent bcd3e25 commit 7fd1131

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.3.1
15+
rev: v3.9.0
1616
hooks:
1717
- id: pyupgrade
1818
name: PyUpgrade 3.6+
@@ -31,12 +31,12 @@ repos:
3131
args: [--profile, black]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.1.0
34+
rev: 23.7.0
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v2.2.0
39+
rev: v2.4.0
4040
hooks:
4141
- id: setup-cfg-fmt
4242
args: ["--min-py3-version", "3.6"]

0 commit comments

Comments
 (0)