Skip to content

Commit

Permalink
Merge branch 'andreinechaev:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoOnger committed Jun 15, 2024
2 parents 6c58ea6 + 0b60c36 commit 407f778
Show file tree
Hide file tree
Showing 3 changed files with 990 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ repos:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]

# remove notebook cell output
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
files: ".ipynb"
Loading

0 comments on commit 407f778

Please sign in to comment.