Update pylint to 2.5.3

This should fix the "Cannot import name 'SortImports' from 'isort'"
issue caused by isort 5.0
This commit is contained in:
Willian Galvani
2020-10-12 22:41:38 -03:00
parent 564aa4f56c
commit 0ed69c1df4

View File

@@ -1,3 +1,3 @@
# Python requirements for development
pylint==2.3.0
pylint==2.5.3
pycodestyle==2.4.0