Skip to content

Commit

Permalink
update make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 13, 2021
1 parent ae679fb commit 23e6a0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ repos:
- mdformat_frontmatter

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ clean:
rm -rf ./docs/build
rm -rf ./docs/source/notebooks
rm -rf ./docs/source/api
rm -f ./dirs-*.txt
rm -f ./*-folders.txt
rm -f ./*/**/*.ipynb
rm -rf ./*/**/.ipynb_checkpoints
rm -rf ./*/**/lightning_logs
rm -f ./*/**/requirements.txt

0 comments on commit 23e6a0b

Please sign in to comment.