From c2ef0a65002b4c945fedfefc121dbc0a0390894f Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 19 Mar 2021 12:44:51 -0400 Subject: move code linting to a stricter pep8-esque auto-formatting tool, black --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 30a245409f..8f82e0bfc4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,11 @@ [testenv:linters] deps = make - flake8 + black yamllint allowlist_externals = make +setenv = + BLACK_ARGS = --check commands = - make flake8 + make black yamllint -s . -- cgit v1.2.3