File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -56,19 +56,17 @@ clean-test:
56
56
rm -fr htmlcov/
57
57
rm -fr tests/result_images/*
58
58
59
- ruff :
60
- $(UVRUN ) ruff check . $(args )
61
-
62
59
format :
63
- $(UVRUN ) ruff format . --check
60
+ $(UVRUN ) ruff format --check .
64
61
65
62
format-fix :
66
63
$(UVRUN ) ruff format .
67
64
68
- lint : ruff
65
+ lint :
66
+ $(UVRUN ) ruff check .
69
67
70
68
lint-fix :
71
- make lint args= " --fix"
69
+ $( UVRUN ) ruff check --fix .
72
70
73
71
fix : format-fix lint-fix
74
72
@@ -117,7 +115,7 @@ install: clean
117
115
doc-dependencies :
118
116
$(PIP ) install -e " .[doc]"
119
117
$(PIP ) install -r requirements/doc.txt
120
- cd doc && make dependencies
118
+ $( MAKE ) -C doc dependencies
121
119
122
120
develop : clean-cache
123
121
$(PIP ) install -e " .[all]"
Original file line number Diff line number Diff line change 1
1
# These cannot be in pyproject.toml, pypi does not install git packages
2
- quartodoc @ git+https://github.com/machow/quartodoc#egg=quartodoc
2
+ # quartodoc @ git+https://github.com/machow/quartodoc#egg=quartodoc
3
3
qrenderer @ git+https://github.com/has2k1/qrenderer#egg=qrenderer
You can’t perform that action at this time.
0 commit comments