Skip to content

Commit 8c49b50

Browse files
[pre-commit.ci] pre-commit autoupdate (#479)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.8...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [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/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 60bbca6 commit 8c49b50

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^{{cookiecutter.project_slug}}/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.6.8
4+
rev: v0.7.1
55
hooks:
66
- id: ruff
77
args:
@@ -24,21 +24,21 @@ repos:
2424
hooks:
2525
- id: toml-sort-fix
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.11.2
27+
rev: v1.13.0
2828
hooks:
2929
- id: mypy
3030
args:
3131
- --config-file=pyproject.toml
3232
additional_dependencies:
3333
- pytest
3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: v3.1.0
35+
rev: v4.0.0-alpha.8
3636
hooks:
3737
- id: prettier
3838
args:
3939
- --quote-props=as-needed
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v4.6.0
41+
rev: v5.0.0
4242
hooks:
4343
- id: check-case-conflict
4444
- id: check-docstring-first
@@ -49,7 +49,7 @@ repos:
4949
- --fix=lf
5050
- id: trailing-whitespace
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.29.3
52+
rev: 0.29.4
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

0 commit comments

Comments
 (0)