Closed larsevj closed 5 months ago
A bit unsure about this one:
pip install ".[style]" pre-commit run --all-files
You need also install .[test] to make pre-commit pass on test files. Pylint will fail on missing pytest if not.
.[test]
A bit unsure about this one:
You need also install
.[test]
to make pre-commit pass on test files. Pylint will fail on missing pytest if not.