Skip to content
Snippets Groups Projects
Commit ed3cb923 authored by Wolfgang Kastaun's avatar Wolfgang Kastaun
Browse files

change CI and pre-commit config to prevent fails due to upstream poetry 2.0 release

parent 782c15d7
No related branches found
No related tags found
No related merge requests found
Pipeline #380677 passed
......@@ -4,7 +4,7 @@ image: python:3.10
# Setup virtual environment
before_script:
- pip install poetry
- pip install poetry==1.8.0
- poetry install
- source $(poetry env info --path)/bin/activate
......
......@@ -17,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
name: remove unused imports
......
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