Skip to content

Commit 5fdfcb8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.0.0](asottile/setup-cfg-fmt@v1.20.1...v2.0.0) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](asottile/pyupgrade@v2.34.0...v2.37.3) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent 3941594 commit 5fdfcb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v2.0.0
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.3
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
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: isort
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 4.0.1
34+
rev: 5.0.4
3535
hooks:
3636
- id: flake8
3737

0 commit comments

Comments
 (0)