File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11exclude : ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22repos :
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
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
You can’t perform that action at this time.
0 commit comments