Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Apr 27, 2021
1 parent e79ec44 commit 9354e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ clean-test: ## remove test and coverage artifacts

lint: ## check style with flake8
flake8 ravenpy tests
black --check --target-version py37 ravenpy tests
black --check ravenpy tests

test: ## run tests quickly with the default Python
pytest
Expand Down

0 comments on commit 9354e1b

Please sign in to comment.