Skip to content

Commit

Permalink
Run Black as part of style check
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 13, 2020
1 parent f0a48cd commit 11ab57f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -16,7 +16,9 @@ deps =
skip_install = True
basepython = python3.6
deps = -rrequirements-stylecheck.txt
commands = flake8 {posargs}
commands =
black --check
flake8 {posargs}

[gh-actions]
python =
Expand Down

0 comments on commit 11ab57f

Please sign in to comment.