From 429d6c55602f17431201de17e63cdb2c68ac5d73 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 29 Apr 2021 14:27:59 -0700 Subject: [PATCH] chore: have black run at the top-level This will ensure everything is formatted with black, including setup.py. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2e740db5..2b984daf4 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