mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-07-04 22:28:06 +08:00
Merge pull request #86 from Midnighter/refactor/clean
refactor: extend the `make clean` command
This commit is contained in:
@@ -31,7 +31,8 @@ data: requirements
|
||||
|
||||
## Delete all compiled Python files
|
||||
clean:
|
||||
find . -name "*.pyc" -exec rm {} \;
|
||||
find . -type f -name "*.py[co]" -delete
|
||||
find . -type d -name "__pycache__" -delete
|
||||
|
||||
## Lint using flake8
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user