Skip to content

Commit

Permalink
Merge branch 'dev' into tauquir/scenario-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Sep 20, 2024
2 parents c3c1ddb + 8873210 commit 50646df
Show file tree
Hide file tree
Showing 34 changed files with 1,067 additions and 202 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ repos:
packages/syft/src/syft/proto.*|
packages/syft/tests/syft/lib/python.*|
packages/grid.*|
packages/syft/src/syft/federated/model_serialization/protos.py
packages/syft/src/syft/federated/model_serialization/protos.py|
packages/syft/src/syft/util/test_helpers/.*|
)$
- repo: https://github.com/MarcoGorelli/absolufy-imports
Expand Down Expand Up @@ -161,6 +162,7 @@ repos:
"--non-interactive",
"--config-file=tox.ini",
]
exclude: ^(packages/syft/src/syft/util/test_helpers)

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
Expand Down
Loading

0 comments on commit 50646df

Please sign in to comment.