Skip to content

Commit bd86838

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.286...v0.0.287)
1 parent 647649c commit bd86838

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
repos:
22
# Hooks run everywhere
33
- repo: https://github.com/pre-commit/mirrors-prettier
4-
rev: v3.0.2 # Only update together with the pre-commit yaml in the tempalate!
4+
rev: v3.0.3 # Only update together with the pre-commit yaml in the tempalate!
55
hooks:
66
- id: prettier
77
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -17,7 +17,7 @@ repos:
1717
- id: black
1818
files: ^scripts/
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.0.286
20+
rev: v0.0.287
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)