Skip to content

Commit 609aeff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](asottile/pyupgrade@v2.37.3...v2.38.2) - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](asottile/reorder-python-imports@v3.8.2...v3.8.3) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/executablebooks/mdformat: 0.7.15 → 0.7.16](hukkin/mdformat@0.7.15...0.7.16)
1 parent 5c8a716 commit 609aeff

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
@@ -18,12 +18,12 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.37.3
21+
rev: v2.38.2
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.8.2
26+
rev: v3.8.3
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -37,7 +37,7 @@ repos:
3737
- id: docformatter
3838
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
3939
- repo: https://github.com/psf/black
40-
rev: 22.6.0
40+
rev: 22.8.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
@@ -67,7 +67,7 @@ repos:
6767
- id: interrogate
6868
args: [-v, --fail-under=40, src, tests]
6969
- repo: https://github.com/executablebooks/mdformat
70-
rev: 0.7.15
70+
rev: 0.7.16
7171
hooks:
7272
- id: mdformat
7373
additional_dependencies: [

0 commit comments

Comments
 (0)