Skip to content

fix: mypy types issue

f7f9f71
Select commit
Loading
Failed to load commit list.
Merged

Feat/tox python 3.14 #240

fix: mypy types issue
f7f9f71
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 10, 2025 in 3s

8 new alerts

New alerts in code changed by this pull request

  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 13 in dev.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable result is not used.

Check notice on line 10 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'CaptureFixture' is not used.

Check notice on line 11 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'FixtureRequest' is not used.

Check notice on line 12 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'LogCaptureFixture' is not used.

Check notice on line 13 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'MonkeyPatch' is not used.

Check notice on line 14 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'MockerFixture' is not used.

Check notice on line 780 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'json2xml.dicttoxml' is imported with both 'import' and 'import from'.

Check notice on line 1020 in tests/test_dict2xml.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported with 'import' and 'import from' Note test

Module 'json2xml.dicttoxml' is imported with both 'import' and 'import from'.