Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 3, 2019
1 parent 47aaf67 commit d4dd0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ clean:
.tox/ \
**/*/__pycache__/ \
*.egg-info/
@find . -not -path '*/\.*' -type f | grep -E .+\.py\.[a-z0-9]{32,}\.py$ | xargs -r rm

.PHONY: docs
docs:
Expand All @@ -38,6 +39,7 @@ docs:
.PHONY: fmt
fmt:
@black $(CURDIR)
@autoflake --in-place --recursive --remove-all-unused-imports --exclude "__init__.py" .
@isort --apply --recursive

.PHONY: readme
Expand Down

0 comments on commit d4dd0b4

Please sign in to comment.