File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Python
1717 uses : actions/setup-python@v4
1818 with :
19- python-version : ' 3.9 '
19+ python-version : ' 3.10 '
2020
2121 - name : Ensure latest pip
2222 run : python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -59,9 +59,11 @@ include = [
5959[tool .hatch .build .targets .wheel ]
6060
6161[tool .hatch .envs .style ]
62+ python = " 3.10" # this should always match version of "style" github action
6263dependencies = [
6364 " pre-commit" ,
6465]
66+
6567[tool .hatch .envs .style .scripts ]
6668check = " pre-commit run --all-files --show-diff-on-failure"
6769check-no-diff = " pre-commit run --all-files"
@@ -74,9 +76,7 @@ dependencies = [
7476 " mkautodoc" ,
7577 " mkdocs-click" ,
7678]
77- pre-install-commands = [
78- " pip install '.[cli]'"
79- ]
79+
8080[tool .hatch .envs .docs .scripts ]
8181build = " mkdocs build"
8282serve = " mkdocs serve"
You can’t perform that action at this time.
0 commit comments