File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : Check docs build
3131 run : hatch run docs:build
3232 - name : Check docs examples
33- run : hatch run docs:check-examples
33+ run : hatch run docs:check_examples
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ dependencies = [
111111 " mkdocs-git-authors-plugin" ,
112112 " mkdocs-minify-plugin" ,
113113 " mike" ,
114- " mypy " , # TODO: Replace with ruff perhaps?
115- " django-stubs[compatible-mypy] " ,
114+ " ruff " ,
115+ " django-stubs" ,
116116 " linkcheckmd" ,
117117 " reactpy_django @ {root:uri}" ,
118118]
@@ -127,6 +127,7 @@ linkcheck = [
127127]
128128deploy_latest = [" cd docs && mike deploy --push --update-aliases {args} latest" ]
129129deploy_develop = [" cd docs && mike deploy --push develop" ]
130+ check_examples = [" ruff check docs/examples/python" ]
130131
131132# >>> Generic Tools <<<
132133
You can’t perform that action at this time.
0 commit comments