Skip to content

Commit

Permalink
Merge pull request #6 from bamf-health/misc-fixes
Browse files Browse the repository at this point in the history
fix notebook
  • Loading branch information
vanossj authored Oct 17, 2023
2 parents d3a6206 + 894b56e commit 944a63c
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 203 deletions.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude_types: [jupyter, csv]
- id: check-yaml
- id: check-merge-conflict
- id: debug-statements
Expand All @@ -16,7 +17,7 @@ repos:
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
- id: black-jupyter
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
hooks:
Expand Down
Loading

0 comments on commit 944a63c

Please sign in to comment.