Skip to content

Commit

Permalink
docs: add example of qref visualization in tutorials
Browse files Browse the repository at this point in the history
Added qref visualization examples in the tutorials to demonstrate how to visualize programs. 
Updated the quality_checks.yaml file to include Graphviz as a dependency.
  • Loading branch information
sitong1011 authored Jun 26, 2024
1 parent 7833707 commit c0ee3ea
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 237 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup poetry
uses: abatilo/actions-poetry@v2
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Install package and deps
run: |
poetry install -E jupyter
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files", "--check"]
args: ['--profile', "black", "--filter-files", "--check"]

- repo: https://github.com/ambv/black
rev: 24.4.1
Expand All @@ -40,4 +40,5 @@ repos:
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
args: []

Loading

0 comments on commit c0ee3ea

Please sign in to comment.