Skip to content

Commit

Permalink
feat: write python API demo notebook (#101)
Browse files Browse the repository at this point in the history
Demo notebook for sharing COG functionality with consumers / teammates

---------

Co-authored-by: Bento007 <trent.smith007@gmail.com>
  • Loading branch information
nayib-jose-gloria and Bento007 authored Mar 25, 2024
1 parent 5e94e75 commit bfae292
Show file tree
Hide file tree
Showing 8 changed files with 511 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ repos:
args: [--strict, --ignore-missing-imports]
additional_dependencies: [types-PyYAML]
files: ^(api/python/src|tools/ontology-builder/src)/
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
hooks:
- id: nbqa-black
stages: [commit]
args: ["--config=pyproject.toml"]
- id: nbqa-ruff
args: ["--config=pyproject.toml", "--fix"]
stages: [commit]
Loading

0 comments on commit bfae292

Please sign in to comment.