Skip to content

Commit ad629cd

Browse files
authoredFeb 23, 2021
[pre-commit.ci] pre-commit autoupdate (#8)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf36696 commit ad629cd

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
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/pre-commit/pygrep-hooks
13-
rev: v1.7.0 # Use the ref you want to point at
13+
rev: v1.7.1 # Use the ref you want to point at
1414
hooks:
1515
- id: python-check-blanket-noqa
1616
- id: python-check-mock-methods
@@ -22,20 +22,20 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.7.4
25+
rev: v2.10.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v2.3.6
30+
rev: v2.4.0
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/psf/black
3434
rev: 20.8b1
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/asottile/blacken-docs
38-
rev: v1.9.1
38+
rev: v1.9.2
3939
hooks:
4040
- id: blacken-docs
4141
additional_dependencies: [black]

0 commit comments

Comments
 (0)