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 7c621cc commit 044a4ecCopy full SHA for 044a4ec
Makefile
@@ -4,24 +4,20 @@ 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:
0 commit comments