dangerzone/.circleci
Alex Pyrgiotis 94179a1d91
ci: Include test dependencies when linting
Include the test dependencies when linting, especially `pytest`. We need
this because `mypy` cannot understand the `pytest.raises` exception, and
specifically the fact that it catches exceptions. It assumes that the
next code block is unreachable, since it doesn't see any try ... except.
2024-04-24 16:27:14 +03:00
..
config.yml ci: Include test dependencies when linting 2024-04-24 16:27:14 +03:00