Skip to content
Snippets Groups Projects
Commit bbe0c2c9 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Update pre-commit-hook python version to 3.12 and ruff version to 0.6.5 matching other repositories

parent 994da130
No related branches found
No related tags found
1 merge request!79ubuntu24.04 update
Pipeline #118552 failed
...@@ -19,16 +19,16 @@ repos: ...@@ -19,16 +19,16 @@ repos:
- id: poetry-lock - id: poetry-lock
name: checking if beekeepy/poetry.lock is consistent with pyproject.toml name: checking if beekeepy/poetry.lock is consistent with pyproject.toml
args: [ "-C", "./beekeepy", "--no-update" ] args: [ "-C", "./beekeepy", "--no-update" ]
language_version: python3.10 language_version: python3.12
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 1.7.1 rev: 1.7.1
hooks: hooks:
- id: poetry-lock - id: poetry-lock
name: checking if tests/local-tools/poetry.lock is consistent with pyproject.toml name: checking if tests/local-tools/poetry.lock is consistent with pyproject.toml
args: [ "-C", "./tests/local-tools", "--no-update" ] args: [ "-C", "./tests/local-tools", "--no-update" ]
language_version: python3.10 language_version: python3.12
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.9' rev: 'v0.6.5'
hooks: hooks:
- id: ruff - id: ruff
name: linting code with Ruff name: linting code with Ruff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment