Fix pylint problem with Python 3.9

Change-Id: I5edfb7592470fd469e547ffc001122ae3f362648
This commit is contained in:
Federico Ressi 2020-11-26 16:14:14 +01:00
parent 2a64516fca
commit 5b1aeef7ad
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# 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
pylint>=2.5.2 # GPLv2