Skip to content
Snippets Groups Projects

Update to Ubuntu24.04

Merged Bartek Wrona requested to merge bw_ubuntu24.04_update into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/python-poetry/poetry
rev: 1.6.1
rev: 1.7.1
hooks:
- id: poetry-lock
name: checking if poetry.lock is consistent with pyproject.toml
args: [ "--no-update" ]
language_version: python3.10
language_version: python3.12
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.277'
hooks:
Loading