Skip to content

Commit d3666fa

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

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
@@ -11,7 +11,7 @@ repos:
1111
exclude: (debugging\.py)
1212
- id: end-of-file-fixer
1313
- repo: https://github.com/pre-commit/pygrep-hooks
14-
rev: v1.7.0 # Use the ref you want to point at
14+
rev: v1.7.1 # Use the ref you want to point at
1515
hooks:
1616
- id: python-check-blanket-noqa
1717
- id: python-check-mock-methods
@@ -24,20 +24,20 @@ repos:
2424
- id: rst-inline-touching-normal
2525
- id: text-unicode-replacement-char
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.7.4
27+
rev: v2.10.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py36-plus]
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.3.6
32+
rev: v2.4.0
3333
hooks:
3434
- id: reorder-python-imports
3535
- repo: https://github.com/psf/black
3636
rev: 20.8b1
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/blacken-docs
40-
rev: v1.9.1
40+
rev: v1.9.2
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black]

0 commit comments

Comments
 (0)