
[build]
pyroma

[complexity]
complexipy
lizard
radon

[dev]
pre-commit
vercheck[build]
vercheck[complexity]
vercheck[linting]
vercheck[tests]
vercheck[typing]

[linting]
flake8
ruff
yamllint

[tests]
hypothesis
pytest
pytest-cov

[typing]
mypy
