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

Updayed pre-commit-config.yaml to adjuste to Python version update

parent 396bc4eb
No related branches found
No related tags found
No related merge requests found
Pipeline #118452 canceled
...@@ -11,12 +11,12 @@ repos: ...@@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: 1.6.1 rev: 1.7.1
hooks: hooks:
- 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" ] args: [ "--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.0.277' rev: 'v0.0.277'
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