📌(pylint) htmldate does not support lxml >=6 yet
https://github.com/adbar/htmldate/issues/185
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
"matchPackageNames": ["markitdown"],
|
||||
"allowedVersions": "==0.0.2"
|
||||
},
|
||||
{
|
||||
"groupName": "ignore recent lxml versions not supported by htmldate==1.9.3",
|
||||
"matchManagers": ["pep621"],
|
||||
"matchPackageNames": ["lxml"],
|
||||
"allowedVersions": "<6"
|
||||
},
|
||||
{
|
||||
"groupName": "ignore recent pylint versions not supported by pylint-django",
|
||||
"matchManagers": ["pep621"],
|
||||
|
||||
Reference in New Issue
Block a user