Skip to content

Commit e12bbbc

Browse files
[pre-commit.ci] pre-commit autoupdate (#5)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1e0e854 commit e12bbbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: [--branch, main]
1919
- id: trailing-whitespace
2020
- repo: https://github.com/pre-commit/pygrep-hooks
21-
rev: v1.7.0 # Use the ref you want to point at
21+
rev: v1.7.1 # Use the ref you want to point at
2222
hooks:
2323
- id: python-check-blanket-noqa
2424
- id: python-check-mock-methods
@@ -30,20 +30,20 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.7.4
33+
rev: v2.10.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py36-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.3.6
38+
rev: v2.4.0
3939
hooks:
4040
- id: reorder-python-imports
4141
- repo: https://github.com/psf/black
4242
rev: 20.8b1
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: v1.9.1
46+
rev: v1.9.2
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies: [black]

0 commit comments

Comments
 (0)