We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asottile
Learn more about funding links in repositories.
Report abuse
1 parent 5f0ce1f commit d2b8770Copy full SHA for d2b8770
tox.ini
@@ -25,7 +25,6 @@ basepython = python3
25
skip_install = true
26
deps =
27
wheel
28
- flake8-colors
29
commands =
30
python setup.py -qq bdist_wheel
31
pip install --force-reinstall -U --pre --find-links ./dist/ flake8
@@ -39,7 +38,6 @@ skip_install = true
39
38
40
flake8
41
flake8-bugbear
42
43
flake8-docstrings>=1.3.1
44
flake8-import-order>=0.9
45
flake8-typing-imports>=1.1
@@ -163,4 +161,3 @@ exclude =
163
161
max-complexity = 10
164
162
import-order-style = google
165
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