Skip to content

Commit ac5d92e

Browse files
authored
Fix bad pre-commit config (#276)
We replaced all of `repos` key with the last update, this removed all other repo configurations.
1 parent c2cc594 commit ac5d92e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ repos:
6767
# Run the formatter.
6868
- id: ruff-format
6969

70-
repos:
71-
- repo: https://github.com/errata-ai/vale
72-
rev: v3.12.0
73-
hooks:
74-
- id: vale
70+
- repo: https://github.com/errata-ai/vale
71+
rev: v3.12.0
72+
hooks:
73+
- id: vale

0 commit comments

Comments
 (0)