Skip to content

Commit aa3e2c4

Browse files
authored
Merge branch 'main' into 2024-10-02-meeting-notes
2 parents 519d84c + ab01f50 commit aa3e2c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^community/minutes/|^misc/|^scripts/|^static/|^vote-results/|^CNAME$
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-yaml
77
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
- id: prettier
1616
types_or: [markdown, mdx, json, yaml, css, javascript]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.8
18+
rev: v0.6.9
1919
hooks:
2020
- id: ruff-format
2121
ci:

0 commit comments

Comments
 (0)