summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-04-29 14:27:59 -0700
committerJohn L. Villalovos <john@sodarock.com>2021-04-30 07:57:55 -0700
commit429d6c55602f17431201de17e63cdb2c68ac5d73 (patch)
tree6ea4732655c24e78d6d0e311ff6d1923f75fab76
parentb498ebd804461031e2d2d391f77dfbbcf0d2e281 (diff)
downloadgitlab-429d6c55602f17431201de17e63cdb2c68ac5d73.tar.gz
chore: have black run at the top-level
This will ensure everything is formatted with black, including setup.py.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f2e740d..2b984da 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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