
[dev]
check_system[format]
check_system[lint]
check_system[test]

[format]
black
isort

[lint]
black
isort
pylint

[test]
pytest
pytest-cov

[types]
mypy
