Skip to content

Commit

Permalink
chore: have black run at the top-level
Browse files Browse the repository at this point in the history
This will ensure everything is formatted with black, including
setup.py.
  • Loading branch information
JohnVillalovos committed Apr 30, 2021
1 parent b498ebd commit 429d6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -29,7 +29,7 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
black
commands =
black {posargs} gitlab tools/functional
black {posargs} .

[testenv:twine-check]
basepython = python3
Expand Down

0 comments on commit 429d6c5

Please sign in to comment.