Skip to content

Commit 067b8a3

Browse files
Revert "[pre-commit.ci] pre-commit autoupdate" (#482)
Reverts #479 We don't want the alpha version Co-authored-by: Sam Cunliffe <[email protected]>
1 parent 1285145 commit 067b8a3

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}}/|^tests/data/test_package_generation/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.7.1
4+
rev: v0.6.8
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.13.0
27+
rev: v1.11.2
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: v4.0.0-alpha.8
35+
rev: v3.1.0
3636
hooks:
3737
- id: prettier
3838
args:
3939
- --quote-props=as-needed
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v5.0.0
41+
rev: v4.6.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.4
52+
rev: 0.29.3
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

0 commit comments

Comments
 (0)