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

# Static type checking
mypy==1.0.0

# Automatic code formatting
black==23.1.0
