Skip to content

Commit

Permalink
Empty-Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ngken0995 committed Oct 4, 2023
1 parent b3ae6e8 commit d51fd64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,23 @@ repos:
"frontend/test/locales/*.json",
"-S",
"pnpm-lock.yaml",
"-S",
"styles/**",
# Write changes in place
"-w",
]
additional_dependencies:
# Support pyproject.toml configuration
- tomli

# Use Vale to ensure documentation has a consistent style guide.
- repo: https://github.com/errata-ai/vale
rev: v2.29.0
hooks:
- id: vale
name: vale
files: ^documentation/.*$

- repo: local # More local hooks are defined at the top.
hooks:
- id: types
Expand Down

0 comments on commit d51fd64

Please sign in to comment.