Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
format
  • Loading branch information
thomasrockhu committed Aug 27, 2020
commit b045710097dde289f355f1a1e7f79839f7385a52
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test:
py.test tests/test.py --cov=codecov

format:
black . --check
black . --check -v -t py38

compare:
hub compare $(shell git tag --sort=refname | tail -1)...master
Expand Down