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 c04e4a2 commit f8445bdCopy full SHA for f8445bd
.licenserc.yaml
@@ -16,5 +16,8 @@ header:
16
- '**/build'
17
- '**/.*'
18
- 'LICENSE'
19
+ - tsconfig.tsbuildinfo
20
+ - node_modules/**
21
+ - node_modules/.**
22
23
comment: on-failure
.pre-commit-config.yaml
@@ -37,6 +37,7 @@ repos:
37
hooks:
38
- id: codespell
39
args: ["-L", "sur,nd"]
40
+ exclude: jupyter_builder/yarn.js
41
42
- repo: https://github.com/pre-commit/pygrep-hooks
43
rev: "v1.10.0"
0 commit comments