📌(pylint) htmldate does not support lxml >=6 yet

https://github.com/adbar/htmldate/issues/185
This commit is contained in:
Quentin BEY
2025-10-14 16:31:20 +02:00
parent c4af7dcc0b
commit c460f80cf8
+6
View File
@@ -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"],