We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662182a commit ec237b5Copy full SHA for ec237b5
2 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Hooks that are run everywhere
3
- repo: https://github.com/biomejs/pre-commit
4
- rev: v2.0.0-beta.1
+ rev: v1.9.4
5
hooks:
6
- id: biome-format
7
# Hooks that are run for scripts
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_stages:
minimum_pre_commit_version: 2.16.0
8
9
10
11
12
13
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually.
0 commit comments