mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
Merge branch 'fix_black' into 'master'
Updates for changes in black's cli See merge request pycqa/flake8!312
This commit is contained in:
commit
d365e06d7e
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -35,9 +35,9 @@ commands =
|
||||||
basepython = python3
|
basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
black
|
black>=19.3b0
|
||||||
commands =
|
commands =
|
||||||
black -l 78 -N src/
|
black --line-length 78 src/
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue