This commit is contained in:
Maxim Devaev
2022-11-29 05:16:15 +03:00
parent 5b33246b6b
commit aba8396d60

View File

@@ -26,7 +26,7 @@ commands = cppcheck \
whitelist_externals = bash
commands = bash -c 'flake8 --config=linters/flake8.ini tools/*.py' python/*.py
deps =
flake8
flake8==5.0.4
flake8-quotes
[testenv:pylint]