Skip to content

Commit 85a2545

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.7.3](astral-sh/ruff-pre-commit@v0.4.4...v0.7.3) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.13.0](pre-commit/mirrors-mypy@v1.10.0...v1.13.0)
1 parent 1beb6ca commit 85a2545

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
@@ -5,7 +5,7 @@ exclude: |
55
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
args: ['--maxkb=25']
@@ -35,11 +35,11 @@ repos:
3535
- id: python-use-type-annotations
3636
- id: text-unicode-replacement-char
3737
- repo: https://github.com/aio-libs/sort-all
38-
rev: v1.2.0
38+
rev: v1.3.0
3939
hooks:
4040
- id: sort-all
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.4.4
42+
rev: v0.7.3
4343
hooks:
4444
- id: ruff
4545
args: [--config, pyproject.toml, hooks, tests]
@@ -52,7 +52,7 @@ repos:
5252
- id: refurb
5353
exclude: ({{cookiecutter.project_slug}})
5454
- repo: https://github.com/executablebooks/mdformat
55-
rev: 0.7.17
55+
rev: 0.7.18
5656
hooks:
5757
- id: mdformat
5858
additional_dependencies: [
@@ -66,7 +66,7 @@ repos:
6666
{{cookiecutter.project_slug}}/README.md
6767
)$
6868
- repo: https://github.com/executablebooks/mdformat
69-
rev: 0.7.17
69+
rev: 0.7.18
7070
hooks:
7171
- id: mdformat
7272
additional_dependencies: [
@@ -76,12 +76,12 @@ repos:
7676
args: [--wrap, "88"]
7777
files: (docs/.)
7878
- repo: https://github.com/codespell-project/codespell
79-
rev: v2.2.6
79+
rev: v2.3.0
8080
hooks:
8181
- id: codespell
8282
additional_dependencies: [tomli]
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: 'v1.10.0'
84+
rev: 'v1.13.0'
8585
hooks:
8686
- id: mypy
8787
pass_filenames: false

0 commit comments

Comments
 (0)