diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml index c9f59e308270c6d0401c96d8c741836c8efd70be..0efa4fc1956336a4fa9824f7481fd6e53b2ffabf 100644 --- a/python/.pre-commit-config.yaml +++ b/python/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: poetry-lock name: checking if poetry.lock is consistent with pyproject.toml args: [ "--no-update", "-C", "./python"] - language_version: python3.10 + language_version: python3.12 - repo: https://github.com/charliermarsh/ruff-pre-commit rev: 'v0.6.5' hooks: