Skip to content

Commit 09b697d

Browse files
authored
Merge pull request #12 from BofAI/refactor/v2.3.0
Refactor/v2.3.0
2 parents 00f9d06 + 9b14653 commit 09b697d

91 files changed

Lines changed: 9127 additions & 5909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
python -m pip install build hatchling ruff
34-
python -m pip install -e ".[all]"
34+
python -m pip install -e ".[dev]"
3535
3636
- name: Lint
3737
run: ruff check src tests examples

0 commit comments

Comments
 (0)