Skip to content

Commit 22b9015

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.11.0](asottile/pyupgrade@v3.3.1...v3.11.0) - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0)
1 parent d5768df commit 22b9015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.11.0
1616
hooks:
1717
- id: pyupgrade
1818
name: PyUpgrade 3.6+
@@ -26,11 +26,11 @@ repos:
2626
args: [--profile, black]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.1.0
29+
rev: 23.9.1
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.4.0
3535
hooks:
3636
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)