We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dff117 commit 14aac79Copy full SHA for 14aac79
2 files changed
.pre-commit-config.yaml
@@ -45,6 +45,6 @@ repos:
45
hooks:
46
- id: blackdoc
47
- repo: https://github.com/python-poetry/poetry
48
- rev: '1.4.2'
+ rev: '2.1.2'
49
50
- id: poetry-check
pyproject.toml
@@ -92,6 +92,9 @@ sphinx-autodocgen = "^1.3"
92
jupytext = "^1.14.5"
93
sphinx-copybutton = "^0.5.2"
94
95
+[tool.poetry.requires-plugins]
96
+poetry-plugin-export = ">=1.8"
97
+
98
[build-system]
99
requires = ["poetry-core"]
100
build-backend = "poetry.core.masonry.api"
0 commit comments