Add "isort" library to blacklist
"pylint" requires a class named "SortImports", not present in "isort" versions >=5.0.0. Until "pylint" fixes this problem, we should allow each projecty to install its own "isort" library version to unblock CI pep8 jobs. Change-Id: I158bcc8c249ad7ec981707c0d96ad8db87eb23d9 Related-Bug: #1886422
This commit is contained in:
parent
4551f8d566
commit
be1dca06e0
@ -8,6 +8,7 @@ flake8-docstrings
|
||||
flake8-import-order
|
||||
flake8-logging-format
|
||||
hacking
|
||||
isort
|
||||
mccabe
|
||||
pep257
|
||||
pep8
|
||||
|
Loading…
Reference in New Issue
Block a user