Skip to content

Commit 48595c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./asottile/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0) - [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 48595c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -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)