Skip to content

Commit 716fbfc

Browse files
committed
Fixed lint
1 parent 2b54b59 commit 716fbfc

File tree

5 files changed

+468
-21
lines changed

5 files changed

+468
-21
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/python-poetry/poetry
3-
rev: 1.8.0
3+
rev: 2.1.1
44
hooks:
55
- id: poetry-check
66

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
post_create_environment:
1414
# Install poetry
1515
# https://python-poetry.org/docs/#installing-manually
16-
- pip install poetry==1.7.1
16+
- pip install poetry==2.1.1
1717
# Tell poetry to not use a virtual environment
1818
- poetry config virtualenvs.create false
1919
post_install:

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
r"https://github\.com/celery/celery/blob/main/requirements/test\.txt#L2",
3535
r"https://github\.com/celery/celery/blob/main/tox\.ini#L30",
3636
r"https://www\.opensource\.org/license/BSD-3-Clause",
37+
r"https://pypi\.org/project/pytest-celery/#history",
3738
],
3839
autodoc_mock_imports=[],
3940
)

0 commit comments

Comments
 (0)