Skip to content

Commit 7f414e0

Browse files
authored
Merge branch 'master' into feature/pre-commit-update
2 parents eeed719 + 8af907c commit 7f414e0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ repos:
2828
rev: v0.8.0
2929
hooks:
3030
- id: pre-commit-update
31+
- repo: local
32+
hooks:
33+
- id: local-biome-check
34+
name: biome check
35+
entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
36+
language: system
37+
types: [text]
38+
files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
3139

3240
ci:
3341
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
### Internal
2222

23+
* 🔧 Add frontend linter pre-commit hook. PR [#1791](https://github.com/fastapi/full-stack-fastapi-template/pull/1791) by [@alexrockhill](https://github.com/alexrockhill).
2324
* ⬆ Bump form-data from 4.0.2 to 4.0.4 in /frontend. PR [#1725](https://github.com/fastapi/full-stack-fastapi-template/pull/1725) by [@dependabot[bot]](https://github.com/apps/dependabot).
2425
* ⬆ Bump actions/checkout from 4 to 5. PR [#1768](https://github.com/fastapi/full-stack-fastapi-template/pull/1768) by [@dependabot[bot]](https://github.com/apps/dependabot).
2526
* ⬆ Bump actions/download-artifact from 4 to 5. PR [#1754](https://github.com/fastapi/full-stack-fastapi-template/pull/1754) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)