mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Updates for changes in black's cli
This commit is contained in:
parent
fadedefae2
commit
65f97106ae
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue