diff options
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ commands = basepython = python3 skip_install = true deps = - black + black>=19.3b0 commands = - black -l 78 -N src/ + black --line-length 78 src/ # Linters [testenv:flake8] |
