Skip to content

Commit 163849e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v1.20.2](asottile/setup-cfg-fmt@v1.20.1...v1.20.2) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.2](asottile/pyupgrade@v2.34.0...v2.37.2) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
1 parent 3941594 commit 163849e

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
@@ -11,18 +11,18 @@ repos:
1111
- id: fix-encoding-pragma
1212
args: [--remove]
1313
- repo: https://github.com/asottile/setup-cfg-fmt
14-
rev: v1.20.1
14+
rev: v1.20.2
1515
hooks:
1616
- id: setup-cfg-fmt
1717
args: ["--max-py-version", "3.9"]
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.34.0
20+
rev: v2.37.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]
2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 22.6.0
2626
hooks:
2727
- id: black
2828
language_version: python3

0 commit comments

Comments
 (0)