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 e1b87db commit 2af2998Copy full SHA for 2af2998
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- 'examples/**'
28
python_files:
29
- 'src/libtmux/**'
30
- - poetry.lock
+ - uv.lock
31
- pyproject.toml
32
33
- name: Should publish
pyproject.toml
@@ -111,7 +111,7 @@ lint = [
111
"mypy",
112
]
113
114
-[toolproject.entry-points.pytest11]
+[project.entry-points.pytest11]
115
libtmux = "libtmux.pytest_plugin"
116
117
[build-system]
0 commit comments