소스 검색

Update pylint to 2.5.3

This should fix the "Cannot import name 'SortImports' from 'isort'"
issue caused by isort 5.0
Willian Galvani 4 년 전
부모
커밋
0ed69c1df4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

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