Skip to content

style: apply black and isort formatting

90a721e
Select commit
Loading
Failed to load commit list.
Merged

fix/cleanup ci #103

style: apply black and isort formatting
90a721e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 11, 2025 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1 in config.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'field_validator' is not used.

Check notice on line 14 in config.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

Settings.settings_customise_sources returns
tuple of size 2
and
tuple of size 4
.