This commit is contained in:
Maxim Devaev
2026-04-24 17:43:02 +03:00
parent 9424b655eb
commit fdfd4225d0

View File

@@ -37,7 +37,7 @@ deps =
[testenv:mypy]
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 =
mypy