Skip to content

Commit befb00d

Browse files
authored
Merge branch 'main' into flow-function
2 parents e3b87ac + e3371b1 commit befb00d

File tree

91 files changed

+2249
-485
lines changed

Some content is hidden

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

91 files changed

+2249
-485
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Python build
4848
run: |
4949
source .venv/bin/activate
50-
maturin develop
50+
maturin develop -E all
5151
- name: Python type check (mypy)
5252
run: |
5353
source .venv/bin/activate

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dist/
2020
examples/**/eval_*
2121

2222
/.vscode
23+
/*.session.sql

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: maturin-develop
3030
name: maturin develop
31-
entry: maturin develop
31+
entry: maturin develop -E all,dev
3232
language: system
3333
files: ^(python/|src/|Cargo\.toml|pyproject\.toml)
3434
pass_filenames: false

0 commit comments

Comments
 (0)