bidict/requirements/lint.in

9 lines
285 B
Plaintext

pre-commit
# pre-commit would ideally be the only direct dependency needed for linting, but the
# following pre-commit hooks require "repo: local", so we add them to our dependencies:
pyright
pylint
# pylint runs against tests/*.py which import pytest and hypothesis
pytest
hypothesis