Skip to content

Commit 3f79727

Browse files
[pre-commit.ci] pre-commit autoupdate (#304)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6849861 commit 3f79727

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
@@ -30,17 +30,17 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.8.3
33+
rev: v3.8.5
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.0.0
38+
rev: v3.1.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.0.0
43+
rev: v2.1.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/PyCQA/docformatter
@@ -112,7 +112,7 @@ repos:
112112
args: [-v, --fail-under=75]
113113
exclude: ^(tests/|docs/|scripts/)
114114
- repo: https://github.com/codespell-project/codespell
115-
rev: v2.2.1
115+
rev: v2.2.2
116116
hooks:
117117
- id: codespell
118118
args: [-L hist,-L unparseable, -L falsy]

0 commit comments

Comments
 (0)