Update Ruff and fix its errors
This commit is contained in:
parent
c54ceeb7a8
commit
1424978854
39 changed files with 183 additions and 175 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from typing import Any
|
||||
from xml.etree.ElementTree import Element # noqa: S405
|
||||
from xml.etree.ElementTree import SubElement # noqa: S405
|
||||
from xml.etree.ElementTree import tostring # noqa: S405
|
||||
from xml.etree.ElementTree import Element # ruff:ignore[suspicious-xml-etree-import]
|
||||
from xml.etree.ElementTree import SubElement # ruff:ignore[suspicious-xml-etree-import]
|
||||
from xml.etree.ElementTree import tostring # ruff:ignore[suspicious-xml-etree-import]
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue