We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5714cce commit c1edaafCopy full SHA for c1edaaf
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: trailing-whitespace
10
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: "v0.14.8"
+ rev: "v0.14.10"
13
hooks:
14
- id: ruff-format
15
args: [--config=ruff.toml]
@@ -21,5 +21,5 @@ repos:
21
22
- id: prettier
23
additional_dependencies:
24
- - prettier@3.6.2
+ - prettier@3.7.4
25
- prettier-plugin-toml@2.0.6
package.json
@@ -1,6 +1,6 @@
1
{
2
"devDependencies": {
3
- "prettier": "^3.6.2",
+ "prettier": "^3.7.4",
4
"prettier-plugin-toml": "^2.0.6"
5
}
6
0 commit comments