Skip to content

Commit

Permalink
Merge pull request #224 from lyz-code/chore/update-cruft
Browse files Browse the repository at this point in the history
chore: update template
  • Loading branch information
lyz-code authored Sep 16, 2022
2 parents 126d9ff + 5c6e4c4 commit dac69b7
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 494 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "git@github.com:lyz-code/cookiecutter-python-project.git",
"commit": "122580d595ee59cd2e050f986632813356965c39",
"commit": "559b6c0a15f8e10d3f08ac461ec4ea726277347d",
"context": {
"cookiecutter": {
"project_name": "Autoimport",
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ clean:
rm -f `find . -type f -name '*.py[co]' `
rm -f `find . -type f -name '*.rej' `
rm -rf `find . -type d -name '*.egg-info' `
rm -rf `find . -type d -name '.mypy_cache' `
rm -f `find . -type f -name '*~' `
rm -f `find . -type f -name '.*~' `
rm -rf .cache
Expand Down
Loading

0 comments on commit dac69b7

Please sign in to comment.