Address issues reported by pylint

This commit is contained in:
Adrián Chaves 2023-01-10 11:30:06 +01:00
parent e7e201d0b9
commit 45b95c63d7
2 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ PRE_XTRACTMIME_SCENARIOS = (
'headers': Headers(
{
'Content-Disposition': [
f'attachment; filename="a.xml"',
'attachment; filename="a.xml"',
]
}
),
@ -254,7 +254,7 @@ PRE_XTRACTMIME_SCENARIOS = (
'headers': Headers(
{
'Content-Disposition': [
f'attachment; filename="a.html"',
'attachment; filename="a.html"',
],
"Content-Type": "text/xml",
}

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = security,flake8,py
envlist = security,flake8,pylint,py
minversion = 1.7.0
[testenv]