Skip to content

Commit f8feeb7

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

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
@@ -19,7 +19,7 @@ repos:
1919
args: [--branch, main]
2020
- id: trailing-whitespace
2121
- repo: https://github.com/pre-commit/pygrep-hooks
22-
rev: v1.8.0
22+
rev: v1.9.0
2323
hooks:
2424
- id: python-check-blanket-noqa
2525
- id: python-check-mock-methods
@@ -32,7 +32,7 @@ repos:
3232
- id: rst-inline-touching-normal
3333
- id: text-unicode-replacement-char
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.19.1
35+
rev: v2.19.4
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: setup-cfg-fmt
4747
- repo: https://github.com/psf/black
48-
rev: 21.5b2
48+
rev: 21.6b0
4949
hooks:
5050
- id: black
5151
- repo: https://github.com/asottile/blacken-docs
@@ -82,7 +82,7 @@ repos:
8282
- id: interrogate
8383
args: [-v, --fail-under=40, src, tests]
8484
- repo: https://github.com/codespell-project/codespell
85-
rev: v2.0.0
85+
rev: v2.1.0
8686
hooks:
8787
- id: codespell
8888
args: [-L hist,-L unparseable]

0 commit comments

Comments
 (0)