Skip to content

Commit

Permalink
(merge): merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Jun 26, 2024
2 parents dd08e56 + 2764100 commit 14e1a3a
Show file tree
Hide file tree
Showing 34 changed files with 10,119 additions and 143 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
.coverage
coverage.xml
lightning_logs
.mypy_cache
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repos:
rev: v0.4.7
hooks:
- id: ruff
exclude: "^src/careamics/lvae_training/.*|^src/careamics/models/lvae/.*"
args: [--fix, --target-version, py38]

- repo: https://github.com/psf/black
Expand All @@ -29,6 +30,7 @@ repos:
hooks:
- id: mypy
files: "^src/"
exclude: "^src/careamics/lvae_training/.*|^src/careamics/models/lvae/.*"
additional_dependencies:
- numpy
- types-PyYAML
Expand All @@ -39,6 +41,7 @@ repos:
rev: v1.7.0
hooks:
- id: numpydoc-validation
exclude: "^src/careamics/lvae_training/.*|^src/careamics/models/lvae/.*"

# # jupyter linting and formatting
# - repo: https://github.com/nbQA-dev/nbQA
Expand Down
Loading

0 comments on commit 14e1a3a

Please sign in to comment.