Skip to content

Commit 0506d23

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.1](asottile/pyupgrade@v2.32.0...v2.37.1) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.1](asottile/reorder-python-imports@v3.0.1...v3.8.1) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
1 parent c2c3f0b commit 0506d23

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
@@ -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.1
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.1
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

0 commit comments

Comments
 (0)