# Checks style, syntax, and other useful errors.
flake8

# Static type checking
mypy==0.910

# Automatic code formatting
black==22.8.0
