Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
.pre-commit-config.yaml
|
|
@ -18,6 +18,11 @@ repos: |
|
|
|
args: |
|
|
|
- --fix |
|
|
|
- id: ruff-format |
|
|
|
- repo: https://github.com/biomejs/pre-commit |
|
|
|
rev: v0.1.0 |
|
|
|
hooks: |
|
|
|
- id: biome-check |
|
|
|
additional_dependencies: ["@biomejs/biome@1.4.1"] |
|
|
|
|
|
|
|
ci: |
|
|
|
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks |
|
|
|