Skip to content

Commit 8c718dd

Browse files
Merge pull request #2 from Kitware/define-widgets
feat(widget): proper separation between widget and dataclass
2 parents 25451a1 + 87473ad commit 8c718dd

15 files changed

Lines changed: 914 additions & 1043 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.12"
1818

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ repos:
2828
args: [--prose-wrap=always]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.9.1"
31+
rev: "v0.15.6"
3232
hooks:
3333
- id: ruff
3434
args: ["--fix", "--show-fixes"]
35-
types_or: [python]
3635
- id: ruff-format
3736

3837
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)