|
@@ -119,11 +119,12 @@ repos:
|
|
|
name: biome (javascript, typescript, json)
|
|
|
additional_dependencies: ['@biomejs/biome@1.5.3']
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
|
- rev: 'v3.0.3' # Use the sha or tag you want to point at
|
|
|
+ rev: 'v3.1.0' # Use the sha or tag you want to point at
|
|
|
hooks:
|
|
|
- id: prettier
|
|
|
- name: prettier (yaml, markdown)
|
|
|
- types_or: [yaml, markdown]
|
|
|
+ name: prettier (yaml, markdown, tsx, jsx, css)
|
|
|
+ # TODO: Remove tsx and jsx when Biome supports styled CSS formatting.
|
|
|
+ types_or: [yaml, markdown, tsx, jsx, css]
|
|
|
# https://pre-commit.com/#regular-expressions
|
|
|
exclude: |
|
|
|
(?x)^($^
|