mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +00:00
Merge branch 'remove_flake8_colors' into 'master'
remove flake8-colors See merge request pycqa/flake8!460
This commit is contained in:
commit
39ceae7491
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
|
@ -25,7 +25,6 @@ basepython = python3
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
wheel
|
wheel
|
||||||
flake8-colors
|
|
||||||
commands =
|
commands =
|
||||||
python setup.py -qq bdist_wheel
|
python setup.py -qq bdist_wheel
|
||||||
pip install --force-reinstall -U --pre --find-links ./dist/ flake8
|
pip install --force-reinstall -U --pre --find-links ./dist/ flake8
|
||||||
|
|
@ -39,7 +38,6 @@ skip_install = true
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
flake8-bugbear
|
flake8-bugbear
|
||||||
flake8-colors
|
|
||||||
flake8-docstrings>=1.3.1
|
flake8-docstrings>=1.3.1
|
||||||
flake8-import-order>=0.9
|
flake8-import-order>=0.9
|
||||||
flake8-typing-imports>=1.1
|
flake8-typing-imports>=1.1
|
||||||
|
|
@ -163,4 +161,3 @@ exclude =
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
import-order-style = google
|
import-order-style = google
|
||||||
application-import-names = flake8
|
application-import-names = flake8
|
||||||
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue