We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb81a7 commit cfb1a58Copy full SHA for cfb1a58
Makefile
@@ -4,26 +4,21 @@ init:
4
python -m pip install -e .
5
6
lint:
7
- pip install causalpy[lint]
8
ruff check --fix .
9
ruff format .
10
11
check_lint:
12
13
ruff check .
14
ruff format --diff --check .
15
nbqa black --check .
16
nbqa ruff .
17
interrogate .
18
19
doctest:
20
- pip install causalpy[test]
21
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
22
23
test:
24
25
pytest
26
27
uml:
28
- pip install pylint
29
pyreverse -o png causalpy --output-directory docs/source/_static --ignore tests
0 commit comments