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

# Static type checking
mypy==0.812

# Automatic code formatting
black==21.5b0
