diff options
| author | John L. Villalovos <john@sodarock.com> | 2021-04-29 14:27:59 -0700 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2021-04-30 07:57:55 -0700 |
| commit | 429d6c55602f17431201de17e63cdb2c68ac5d73 (patch) | |
| tree | 6ea4732655c24e78d6d0e311ff6d1923f75fab76 | |
| parent | b498ebd804461031e2d2d391f77dfbbcf0d2e281 (diff) | |
| download | gitlab-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
