Skip to content

Commit

Permalink
changing check_format to check in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Jan 8, 2019
1 parent a4d208c commit 7765ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ clean:
sudo rm MANIFEST || true && sudo rm -rf dist/ || true && sudo rm -rf spotify_cli_linux.egg-info || true
format:
autopep8 --in-place --aggressive spotifycli/spotifycli.py
check_format:
check:
pycodestyle --show-source --show-pep8 --format=default spotifycli/spotifycli.py
pycodestyle --show-source --show-pep8 --format=default spotifycli/version.py
pycodestyle --show-source --show-pep8 --format=default spotifycli/__main__.py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ make format
to verify code formatting, type:

```
make check_format
make check
```

docs
Expand Down

0 comments on commit 7765ba6

Please sign in to comment.