Skip to content

Commit 41bc675

Browse files
authored
Merge pull request #386 from dvd-dev/bump+pre-commit
Bump+pre commit
2 parents 6c3702c + b93a99a commit 41bc675

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
DEFAULT_PYTHON: 3.11
11+
DEFAULT_PYTHON: 3.13
1212

1313
jobs:
1414
pre-commit:
@@ -31,8 +31,9 @@ jobs:
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

pyhilo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
LOG: Final = logging.getLogger(__package__)
1212
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
1313
REQUEST_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

1717
CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exclude = ".venv/.*"
4040

4141
[tool.poetry]
4242
name = "python-hilo"
43-
version = "2026.2.1"
43+
version = "2026.3.1"
4444
description = "A Python3, async interface to the Hilo API"
4545
readme = "README.md"
4646
authors = ["David Vallee Delisle <[email protected]>"]

0 commit comments

Comments
 (0)