From bbe0c2c9e04462d57d8eddde09ab06e55e66f88c Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Fri, 21 Mar 2025 16:19:39 +0100 Subject: [PATCH] Update pre-commit-hook python version to 3.12 and ruff version to 0.6.5 matching other repositories --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cd574cf..d8dea697 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,16 +19,16 @@ repos: - id: poetry-lock name: checking if beekeepy/poetry.lock is consistent with pyproject.toml args: [ "-C", "./beekeepy", "--no-update" ] - language_version: python3.10 + language_version: python3.12 - repo: https://github.com/python-poetry/poetry rev: 1.7.1 hooks: - id: poetry-lock name: checking if tests/local-tools/poetry.lock is consistent with pyproject.toml args: [ "-C", "./tests/local-tools", "--no-update" ] - language_version: python3.10 + language_version: python3.12 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.4.9' + rev: 'v0.6.5' hooks: - id: ruff name: linting code with Ruff -- GitLab