tobiko/linters-requirements.txt
Federico Ressi 5b1aeef7ad Fix pylint problem with Python 3.9
Change-Id: I5edfb7592470fd469e547ffc001122ae3f362648
2020-11-26 21:56:17 +01:00

7 lines
164 B
Plaintext

# pep8 and flake8 requirements
ansible-lint == 4.2.0 # MIT
# pylint >= 2.6.1 # GPLv2
git+https://github.com/PyCQA/pylint.git # GPLv2
pre-commit >= 2.6.0 # MIT