File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99
1010env :
11- DEFAULT_PYTHON : 3.11
11+ DEFAULT_PYTHON : 3.13
1212
1313jobs :
1414 pre-commit :
3131 - name : Install Python modules
3232 run : |
3333 pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
34-
34+
3535 - name : Run pre-commit on all files
36+ env :
37+ SKIP : no-commit-to-branch
3638 run : |
37- pre-commit run --all-files --show-diff-on-failure --color=always
38-
39+ pre-commit run --all-files --show-diff-on-failure --color=always
Original file line number Diff line number Diff line change 1111LOG : Final = logging .getLogger (__package__ )
1212DEFAULT_STATE_FILE : Final = "hilo_state.yaml"
1313REQUEST_RETRY : Final = 9
14- PYHILO_VERSION : Final = "2026.2 .01"
14+ PYHILO_VERSION : Final = "2026.3 .01"
1515# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
1616
1717CONTENT_TYPE_FORM : Final = "application/x-www-form-urlencoded"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ exclude = ".venv/.*"
4040
4141[tool .poetry ]
4242name = " python-hilo"
43- version = " 2026.2 .1"
43+ version = " 2026.3 .1"
4444description = " A Python3, async interface to the Hilo API"
4545readme = " README.md"
4646authors = [
" David Vallee Delisle <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments