diff options
| -rw-r--r-- | tox.ini | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ commands =  [testenv:linters]  install_command = pip install {opts} {packages}  commands = -  black -v -l79 --check {toxinidir} +  black -v -l79 --diff --check {toxinidir}    flake8 {posargs}    yamllint -s . | 
