Skip to content

Commit 113d4dc

Browse files
authored
Merge branch 'main' into pbinder/bionemo_core_version
2 parents f97c4b0 + 658c538 commit 113d4dc

File tree

5 files changed

+118
-488
lines changed

5 files changed

+118
-488
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
repos:
2+
- repo: local
3+
hooks:
4+
- id: license-header-check
5+
name: Run license-check script
6+
entry: ./ci/scripts/license_check.py
7+
language: python
8+
types_or: [python, rust]
9+
pass_filenames: true
10+
always_run: false
211
- repo: https://github.com/pre-commit/pre-commit-hooks
312
rev: v2.3.0
413
hooks:
@@ -33,12 +42,3 @@ repos:
3342
- id: detect-secrets
3443
name: detect-secrets (notebooks only)
3544
args: ['--baseline', '.secrets-nb.baseline', '--exclude-files', '^.(?!.*\.ipynb)', '--exclude-lines', '"(hash|id|image/\w+)":.*|<.*at 0x[0-9a-f]+>|object at 0x[0-9a-f]+', ]
36-
- repo: local
37-
hooks:
38-
- id: license-header-check
39-
name: Run license-check script
40-
entry: python ci/scripts/license_check.py -c sub-packages -c docs -c ci --license-header ./license_header --modify
41-
language: python
42-
additional_dependencies: ["click==8.1.7"]
43-
pass_filenames: false
44-
always_run: true

0 commit comments

Comments
 (0)