We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4907dc commit 8aaa67dCopy full SHA for 8aaa67d
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -7,12 +7,12 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/biomejs/pre-commit
10
- rev: v2.4.14
+ rev: v2.4.15
11
hooks:
12
- id: biome-format
13
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
14
- repo: https://github.com/tox-dev/pyproject-fmt
15
- rev: v2.21.1
+ rev: v2.21.2
16
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments