Skip to content

Commit d7b87d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.0 → v2.37.2](asottile/pyupgrade@v2.32.0...v2.37.2) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](asottile/reorder-python-imports@v3.0.1...v3.8.2) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v1.20.2](asottile/setup-cfg-fmt@v1.20.1...v1.20.2)
1 parent c2c3f0b commit d7b87d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -26,17 +26,17 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.32.0
29+
rev: v2.37.2
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/asottile/reorder_python_imports
34-
rev: v3.0.1
34+
rev: v3.8.2
3535
hooks:
3636
- id: reorder-python-imports
3737
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3838
- repo: https://github.com/psf/black
39-
rev: 22.3.0
39+
rev: 22.6.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/PyCQA/flake8
@@ -61,7 +61,7 @@ repos:
6161
Pygments,
6262
]
6363
- repo: https://github.com/asottile/setup-cfg-fmt
64-
rev: v1.20.1
64+
rev: v1.20.2
6565
hooks:
6666
- id: setup-cfg-fmt
6767
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)