Skip to content

Commit 868eaa8

Browse files
committed
Merge branch 'main' into align-w-pytask-v0.2
2 parents 9584421 + 8d54085 commit 868eaa8

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=25']
@@ -28,21 +28,21 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.0
31+
rev: v2.32.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.7.1
36+
rev: v3.0.1
3737
hooks:
3838
- id: reorder-python-imports
3939
args: [--py37-plus, --add-import, 'from __future__ import annotations']
4040
- repo: https://github.com/asottile/setup-cfg-fmt
41-
rev: v1.20.0
41+
rev: v1.20.1
4242
hooks:
4343
- id: setup-cfg-fmt
4444
- repo: https://github.com/psf/black
45-
rev: 22.1.0
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -72,7 +72,7 @@ repos:
7272
Pygments,
7373
]
7474
- repo: https://github.com/PyCQA/doc8
75-
rev: 0.10.1
75+
rev: 0.11.1
7676
hooks:
7777
- id: doc8
7878
- repo: https://github.com/econchick/interrogate
@@ -86,7 +86,7 @@ repos:
8686
- id: codespell
8787
args: [-L unparseable]
8888
- repo: https://github.com/mgedmin/check-manifest
89-
rev: "0.47"
89+
rev: "0.48"
9090
hooks:
9191
- id: check-manifest
9292
args: [--no-build-isolation]

0 commit comments

Comments
 (0)