We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647649c commit bd86838Copy full SHA for bd86838
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Hooks run everywhere
3
- repo: https://github.com/pre-commit/mirrors-prettier
4
- rev: v3.0.2 # Only update together with the pre-commit yaml in the tempalate!
+ rev: v3.0.3 # Only update together with the pre-commit yaml in the tempalate!
5
hooks:
6
- id: prettier
7
# Newer versions of node don't work on systems that have an older version of GLIBC
@@ -17,7 +17,7 @@ repos:
17
- id: black
18
files: ^scripts/
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.0.286
+ rev: v0.0.287
21
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
0 commit comments