Skip to content

Commit

Permalink
Merge branch 'dev' into docs/docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 8, 2024
2 parents ef65c48 + e525054 commit 02e07b4
Show file tree
Hide file tree
Showing 49 changed files with 1,024 additions and 1,700 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Install pre-commit
run: python -m pip install 'pre-commit<4.0.0'

- name: Run pre-commit
uses: pre-commit/[email protected]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ mlruns
wandb
tests/_data
tests/integration/save-directory
tests/integration/infer-save-directory
data
Loading

0 comments on commit 02e07b4

Please sign in to comment.