Skip to content

Commit c1edaaf

Browse files
committed
Update versions of prettier and ruff
1 parent 5714cce commit c1edaaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: "v0.14.8"
12+
rev: "v0.14.10"
1313
hooks:
1414
- id: ruff-format
1515
args: [--config=ruff.toml]
@@ -21,5 +21,5 @@ repos:
2121
hooks:
2222
- id: prettier
2323
additional_dependencies:
24-
- prettier@3.6.2
24+
- prettier@3.7.4
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"prettier": "^3.6.2",
3+
"prettier": "^3.7.4",
44
"prettier-plugin-toml": "^2.0.6"
55
}
66
}

0 commit comments

Comments
 (0)