mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-26 15:26:12 +00:00
lint fix
This commit is contained in:
@@ -37,7 +37,7 @@ deps =
|
|||||||
|
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
allowlist_externals = bash
|
allowlist_externals = bash
|
||||||
commands = bash -c 'mypy --config-file=linters/mypy.ini tools/*.py python/*.py'
|
commands = bash -c 'mypy --config-file=linters/mypy.ini --cache-dir=/dev/null tools/*.py python/*.py'
|
||||||
deps =
|
deps =
|
||||||
mypy
|
mypy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user