
[ci]
pre-commit
h8[test]
h8[lint]

[dev]
pre-commit
h8[test]
h8[lint]

[lint]
black
pylint
pyright
isort
autoflake
radon

[test]
pytest
