Skip to content

Commit 523f005

Browse files
committed
Merge branch 'main' into align-w-pytask-v0.2
2 parents 9ea7e2a + 24efe22 commit 523f005

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -21,21 +21,21 @@ repos:
2121
- id: rst-inline-touching-normal
2222
- id: text-unicode-replacement-char
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.0
24+
rev: v2.32.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v2.7.1
29+
rev: v3.0.1
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.20.0
34+
rev: v1.20.1
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 22.1.0
38+
rev: 22.3.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
@@ -65,7 +65,7 @@ repos:
6565
Pygments,
6666
]
6767
- repo: https://github.com/PyCQA/doc8
68-
rev: 0.10.1
68+
rev: 0.11.1
6969
hooks:
7070
- id: doc8
7171
- repo: https://github.com/econchick/interrogate
@@ -79,7 +79,7 @@ repos:
7979
- id: codespell
8080
args: [-L unparseable]
8181
- repo: https://github.com/mgedmin/check-manifest
82-
rev: "0.47"
82+
rev: "0.48"
8383
hooks:
8484
- id: check-manifest
8585
args: [--no-build-isolation]

0 commit comments

Comments
 (0)