Skip to content

Commit

Permalink
Merge pull request #67 from JenspederM/refactor/make-bundle-a-controller
Browse files Browse the repository at this point in the history
Refactor/make bundle a controller
  • Loading branch information
JenspederM authored Oct 31, 2024
2 parents b71a477 + 1ae98c4 commit 4fc2396
Show file tree
Hide file tree
Showing 13 changed files with 362 additions and 359 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: eifinger/setup-rye@v3
id: setup-rye
with:
version: "0.39.0"
version: "0.42.0"
- name: Pin python-version ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: eifinger/setup-rye@v3
id: setup-rye
with:
version: "0.39.0"
version: "0.42.0"
cache-prefix: ${{ matrix.python-version }}
- name: Pin python-version ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}
Expand Down
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.1
rev: v3.30.0
hooks:
- id: commitizen
- repo: local
Expand All @@ -10,15 +10,11 @@ repos:
language: system
entry: bash ./scripts/validate_codecov.sh
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
- repo: local
hooks:
- id: lint-code
Expand All @@ -27,7 +23,7 @@ repos:
entry: bash ./scripts/run_lint.sh
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
rev: v0.7.1
hooks:
# Run the formatter.
- id: ruff-format
4 changes: 3 additions & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ anyio==4.4.0
# via jupyter-server
appdirs==1.4.4
# via kedro-telemetry
appnope==0.1.4
# via ipykernel
argcomplete==3.1.6
# via commitizen
argon2-cffi==23.1.0
Expand Down Expand Up @@ -184,7 +186,7 @@ jupyterlab-pygments==0.3.0
jupyterlab-server==2.27.3
# via jupyterlab
# via notebook
kedro==0.19.8
kedro==0.19.9
# via kedro-databricks
# via kedro-telemetry
kedro-telemetry==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ importlib-resources==6.4.5
# via kedro
jinja2==3.1.4
# via cookiecutter
kedro==0.19.8
kedro==0.19.9
# via kedro-databricks
# via kedro-telemetry
kedro-telemetry==0.6.0
Expand Down
Loading

0 comments on commit 4fc2396

Please sign in to comment.