# pip-requirements/static-analysis.txt
# Python distributions required for static analysis of this code base.
# Documentation: <URL:https://pip.readthedocs.io/en/stable/reference/pip_install/#requirements-file-format>.

--requirement base.txt

# Static code checker for Python style recommendations.
# Documentation: <URL:https://pycodestyle.pycqa.org/>.
pycodestyle == 2.8.0


# Local variables:
# coding: utf-8
# mode: pip-requirements
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :
