summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-10-25 15:45:42 -0400
committersqla-tester <sqla-tester@sqlalchemy.org>2021-10-25 15:45:42 -0400
commit6055be01a1357ec3c13937c3aab28360b5e80ea3 (patch)
treeb846c03c14e14c597fcb7c57f51698c6868a9c25 /tox.ini
parent03c65d63d1df5835695a96ab7909e7086ba3dcf3 (diff)
downloadmako-6055be01a1357ec3c13937c3aab28360b5e80ea3.tar.gz
update black and format
Closes: #342 Pull-request: https://github.com/sqlalchemy/mako/pull/342 Pull-request-sha: 21a068103481410cf4856fb07c19146dc684d460 Change-Id: I9027433ec23ee19c9d9a47015e0327acf409e2d8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2478967..d8edd3c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,4 +30,7 @@ deps=
pydocstyle<4.0.0
# used by flake8-rst-docstrings
pygments
-commands = flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo {posargs}
+ black==21.9b0
+commands =
+ flake8 ./mako/ ./test/ setup.py --exclude test/templates,test/foo {posargs}
+ black --check .