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 74c610b commit cd648e8Copy full SHA for cd648e8
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
exclude: bindings/node/.*package\.json
9
- id: check-docstring-first
10
- id: check-added-large-files
11
- args: [--maxkb=9000]
+ exclude: '.yarn/releases/yarn.*js'
12
- id: check-yaml
13
exclude: docs/mkdocs.yml
14
- id: check-toml
.yarn/releases/yarn-4.9.2.cjs
.yarnrc.yml
@@ -1,3 +1,5 @@
1
nodeLinker: node-modules
2
3
npmAuditRegistry: "https://registry.npmjs.org"
4
+
5
+yarnPath: .yarn/releases/yarn-4.9.2.cjs
0 commit comments