Skip to content

Commit 07ff1c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.5.0](asottile/setup-cfg-fmt@v2.2.0...v2.5.0) - [github.com/psf/black: 23.1.0 → 23.12.1](psf/black@23.1.0...23.12.1) - [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.241 → v0.1.13](astral-sh/ruff-pre-commit@v0.0.241...v0.1.13) - [github.com/dosisod/refurb: v1.9.1 → v1.27.0](dosisod/refurb@v1.9.1...v1.27.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](hukkin/mdformat@0.7.16...0.7.17) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.8.0](pre-commit/mirrors-mypy@v0.991...v1.8.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6)
1 parent 5804aa7 commit 07ff1c6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

+13-13
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.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -16,7 +16,7 @@ repos:
1616
args: [--branch, main]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/pre-commit/pygrep-hooks
19-
rev: v1.9.0
19+
rev: v1.10.0
2020
hooks:
2121
- id: python-check-blanket-noqa
2222
- id: python-check-mock-methods
@@ -25,30 +25,30 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727

28-
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v3.9.0
28+
- repo: https://github.com/asottile/reorder-python-imports
29+
rev: v3.12.0
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: v2.2.0
34+
rev: v2.5.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 23.1.0
38+
rev: 23.12.1
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/PyCQA/docformatter
42-
rev: v1.5.1
42+
rev: v1.7.5
4343
hooks:
4444
- id: docformatter
4545
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
46-
- repo: https://github.com/charliermarsh/ruff-pre-commit
47-
rev: v0.0.241
46+
- repo: https://github.com/astral-sh/ruff-pre-commit
47+
rev: v0.1.13
4848
hooks:
4949
- id: ruff
5050
- repo: https://github.com/dosisod/refurb
51-
rev: v1.9.1
51+
rev: v1.27.0
5252
hooks:
5353
- id: refurb
5454
args: [--ignore, FURB126]
@@ -60,7 +60,7 @@ repos:
6060
args: [-v, --fail-under=75]
6161
exclude: ^(tests/)
6262
- repo: https://github.com/executablebooks/mdformat
63-
rev: 0.7.16
63+
rev: 0.7.17
6464
hooks:
6565
- id: mdformat
6666
additional_dependencies: [
@@ -85,7 +85,7 @@ repos:
8585
# path/to/file.py
8686
# )$
8787
- repo: https://github.com/pre-commit/mirrors-mypy
88-
rev: 'v0.991'
88+
rev: 'v1.8.0'
8989
hooks:
9090
- id: mypy
9191
args: [
@@ -94,7 +94,7 @@ repos:
9494
]
9595
pass_filenames: false
9696
- repo: https://github.com/codespell-project/codespell
97-
rev: v2.2.2
97+
rev: v2.2.6
9898
hooks:
9999
- id: codespell
100100
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)