We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b54b59 commit 90462d9Copy full SHA for 90462d9
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/python-poetry/poetry
3
- rev: 1.8.0
+ rev: 2.1.1
4
hooks:
5
- id: poetry-check
6
.readthedocs.yaml
@@ -13,7 +13,7 @@ build:
13
post_create_environment:
14
# Install poetry
15
# https://python-poetry.org/docs/#installing-manually
16
- - pip install poetry==1.7.1
+ - pip install poetry==2.1.1
17
# Tell poetry to not use a virtual environment
18
- poetry config virtualenvs.create false
19
post_install:
0 commit comments