Skip to content

Commit 0da9b6d

Browse files
committed
Upgrade versions of prettier and ruff used
1 parent a99a17e commit 0da9b6d

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.10"
12+
rev: "v0.14.13"
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.7.4
24+
- prettier@3.8.0
2525
- prettier-plugin-toml@2.0.6

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.7.4",
3+
"prettier": "^3.8.0",
44
"prettier-plugin-toml": "^2.0.6"
55
}
66
}

0 commit comments

Comments
 (0)