Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ repos:
hooks:
- id: biome-format
name: biome format
entry: bash -c 'cd react_ui && npx @biomejs/biome format --write "${@#react_ui/}"' --
language: system
entry: biome format --write --config-path react_ui
language: node
additional_dependencies: ['@biomejs/biome@2.3.14']
files: ^react_ui/.*\.(js|jsx|ts|tsx|json)$
exclude: ^react_ui/(build|node_modules)/
exclude: ^react_ui/(build|node_modules|package-lock\.json)

# 4. HEAVIER: Security scanning
- repo: https://github.com/gitleaks/gitleaks
Expand Down
Loading