mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
update lint options
This commit is contained in:
parent
a3436897ad
commit
cd9cd8a195
4
tox.ini
4
tox.ini
@ -29,9 +29,9 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
[testenv:lint]
|
||||
commands =
|
||||
mitmdump --version
|
||||
flake8 --jobs 8 --count mitmproxy pathod examples test release
|
||||
flake8 --jobs 8 mitmproxy pathod examples test release
|
||||
rstcheck README.rst
|
||||
mypy --silent-imports \
|
||||
mypy --ignore-missing-imports --follow-imports=skip \
|
||||
mitmproxy/addons/ \
|
||||
mitmproxy/addonmanager.py \
|
||||
mitmproxy/proxy/protocol/ \
|
||||
|
Loading…
Reference in New Issue
Block a user