Skip to content

Commit 17dec69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0) - [github.com/psf/black: 23.1.0 → 24.10.0](psf/black@23.1.0...24.10.0) - 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.9.1](astral-sh/ruff-pre-commit@v0.0.241...v0.9.1) - [github.com/dosisod/refurb: v1.10.0 → v2.0.0](dosisod/refurb@v1.10.0...v2.0.0) - [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.21](hukkin/mdformat@0.7.16...0.7.21) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.21](hukkin/mdformat@0.7.16...0.7.21) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.14.1](pre-commit/mirrors-mypy@v0.991...v1.14.1)
1 parent 5119db0 commit 17dec69

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
@@ -5,7 +5,7 @@ exclude: |
55
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
args: ['--maxkb=25']
@@ -34,42 +34,42 @@ repos:
3434
- id: python-no-log-warn
3535
- id: python-use-type-annotations
3636
- id: text-unicode-replacement-char
37-
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v3.9.0
37+
- repo: https://github.com/asottile/reorder-python-imports
38+
rev: v3.14.0
3939
hooks:
4040
- id: reorder-python-imports
4141
args: [--py37-plus, --add-import, 'from __future__ import annotations']
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v2.2.0
43+
rev: v2.7.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
exclude: |
4747
(?x)^(
4848
{{cookiecutter.package_name}}/setup.cfg
4949
)$
5050
- repo: https://github.com/psf/black
51-
rev: 23.1.0
51+
rev: 24.10.0
5252
hooks:
5353
- id: black
54-
- repo: https://github.com/charliermarsh/ruff-pre-commit
55-
rev: v0.0.241
54+
- repo: https://github.com/astral-sh/ruff-pre-commit
55+
rev: v0.9.1
5656
hooks:
5757
- id: ruff
5858
args: [hooks, tests]
5959
pass_filenames: false
6060
- repo: https://github.com/dosisod/refurb
61-
rev: v1.10.0
61+
rev: v2.0.0
6262
hooks:
6363
- id: refurb
6464
args: [--ignore, FURB126]
6565
exclude: ({{cookiecutter.package_name}})
6666
- repo: https://github.com/econchick/interrogate
67-
rev: 1.5.0
67+
rev: 1.7.0
6868
hooks:
6969
- id: interrogate
7070
args: [-v, --fail-under=40]
7171
- repo: https://github.com/executablebooks/mdformat
72-
rev: 0.7.16
72+
rev: 0.7.21
7373
hooks:
7474
- id: mdformat
7575
additional_dependencies: [
@@ -83,7 +83,7 @@ repos:
8383
{{cookiecutter.package_name}}/README.md
8484
)$
8585
- repo: https://github.com/executablebooks/mdformat
86-
rev: 0.7.16
86+
rev: 0.7.21
8787
hooks:
8888
- id: mdformat
8989
additional_dependencies: [
@@ -98,12 +98,12 @@ repos:
9898
# path/to/file.py
9999
# )$
100100
- repo: https://github.com/codespell-project/codespell
101-
rev: v2.2.2
101+
rev: v2.3.0
102102
hooks:
103103
- id: codespell
104104
additional_dependencies: [tomli]
105105
- repo: https://github.com/pre-commit/mirrors-mypy
106-
rev: 'v0.991'
106+
rev: 'v1.14.1'
107107
hooks:
108108
- id: mypy
109109
args: [

0 commit comments

Comments
 (0)