Skip to content

Commit d2b8770

Browse files
committedNov 18, 2020
remove flake8-colors
they break `--format` in incompatible ways: and3rson/flake8-colors#12
1 parent 5f0ce1f commit d2b8770

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ basepython = python3
2525
skip_install = true
2626
deps =
2727
wheel
28-
flake8-colors
2928
commands =
3029
python setup.py -qq bdist_wheel
3130
pip install --force-reinstall -U --pre --find-links ./dist/ flake8
@@ -39,7 +38,6 @@ skip_install = true
3938
deps =
4039
flake8
4140
flake8-bugbear
42-
flake8-colors
4341
flake8-docstrings>=1.3.1
4442
flake8-import-order>=0.9
4543
flake8-typing-imports>=1.1
@@ -163,4 +161,3 @@ exclude =
163161
max-complexity = 10
164162
import-order-style = google
165163
application-import-names = flake8
166-
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s

0 commit comments

Comments
 (0)
Please sign in to comment.