typer

[complexity]
lizard
radon

[dev]
crepr[complexity]
crepr[linting]
crepr[tests]
crepr[typing]
pre-commit

[linting]
black
flake8
flake8-cognitive-complexity
flake8-comments
flake8-complex-f-strings
flake8-continuation
flake8-docstrings
flake8-encodings
flake8-expression-complexity
flake8-function-order
flake8-pep3101
flake8-string-format
flake8-super
flake8-use-fstring
ruff
yamllint

[tests]
pytest
pytest-cov

[typing]
mypy
