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

# Static type checking
mypy==0.910

# Automatic code formatting
black==21.9b0
