Skip to content

Commit

Permalink
re-enabling checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobronzi committed Oct 2, 2024
1 parent a837d94 commit 3b3e584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
set -e

# linting
#flake8 --ignore D . # Check everything but docstrings
flake8 --ignore D . # Check everything but docstrings
flake8 --select D --exclude tests/ # Check only the docstrings
#isort --check . # Check imports
isort --check . # Check imports

# Raise error if any staged notebooks contain outputs
GITDIR=$(git rev-parse --show-toplevel) # Full path to git working directory
Expand Down

0 comments on commit 3b3e584

Please sign in to comment.