Skip to content

Commit

Permalink
Merge pull request #110 from mila-iqia/removing_hook_outdated_params
Browse files Browse the repository at this point in the history
Flake8 clean
  • Loading branch information
mirkobronzi authored Nov 9, 2023
2 parents cf75c1b + 24c2eaa commit 1099db2
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,8 +4,8 @@
set -e

# linting
flake8 --ignore D,W503 --max-line-length=100 . # Check everything but docstrings
flake8 --select D --ignore D104,D100,D401 --docstring-convention google --exclude tests/ # Check only the docstrings
flake8 --ignore D . # Check everything but docstrings
flake8 --select D --exclude tests/ # Check only the docstrings
isort --check . # Check imports

# Raise error if any staged notebooks contain outputs
Expand Down

0 comments on commit 1099db2

Please sign in to comment.