mirror of https://github.com/jab/bidict.git
9 lines
285 B
Plaintext
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
|