Skip to content

Commit

Permalink
Merge branch 'bionemo1' into gkaushik/github-nb-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang123 authored Oct 11, 2024
2 parents aeb95bd + efd6662 commit c1fd225
Show file tree
Hide file tree
Showing 503 changed files with 5,849 additions and 14,659 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- id: detect-secrets
name: detect-secrets (everything but notebooks)
args: ['--baseline', '.secrets.baseline', '--exclude-files', '(.*\.ipynb|.*\.baseline)$', ]
exclude: package.lock.json
- id: detect-secrets
name: detect-secrets (notebooks only)
args: ['--baseline', '.secrets-nb.baseline', '--exclude-files', '^.(?!.*\.ipynb)', '--exclude-lines', '"(hash|id|image/\w+)":.*', ]
- repo: local
hooks:
- id: license-header-check
name: Run license-check script
entry: python scripts/license_check.py -c setup.py -c bionemo -c tests -c examples -c internal -c hydra_plugins -c fw2nim_examples -c download_artifacts.py -c docs --modify
entry: python scripts/license_check.py -c setup.py -c bionemo -c tests -c examples -c hydra_plugins -c fw2nim_examples -c download_artifacts.py -c docs --license-header ./license_header --modify
language: python
additional_dependencies: ["click==8.1.7"]
pass_filenames: false
Expand Down
Loading

0 comments on commit c1fd225

Please sign in to comment.