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

Python precommit hook updated to use Python 3.12

parent f7ba664f
No related branches found
No related tags found
1 merge request!291ubuntu24 04 update
...@@ -29,7 +29,7 @@ repos: ...@@ -29,7 +29,7 @@ repos:
- id: poetry-lock - id: poetry-lock
name: checking if poetry.lock is consistent with pyproject.toml name: checking if poetry.lock is consistent with pyproject.toml
args: [ "--no-update", "-C", "./python"] args: [ "--no-update", "-C", "./python"]
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.6.5' rev: 'v0.6.5'
hooks: hooks:
......
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