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.
future-annotations
1 parent 8264402 commit 91fb4e7Copy full SHA for 91fb4e7
pyproject.toml
@@ -33,10 +33,10 @@ moelib = "moelib.__main__:main"
33
34
[dependency-groups]
35
dev = [
36
- "pyright>=1.1.391",
37
- "ruff>=0.9.3",
38
- "pytest>=8.3.4",
39
- "pytest-rerunfailures>=15.0",
+ "pyright>=1.1.405",
+ "ruff>=0.13.0",
+ "pytest>=8.4.2",
+ "pytest-rerunfailures>=16.0.1",
40
]
41
42
[tool.pyright]
@@ -91,6 +91,7 @@ ignore = [
91
"F401", # imported but unused, duplicate with pyright
92
"F841", # local variable is assigned to but never used, duplicate with pyright
93
94
+future-annotations = true
95
96
[tool.ruff.lint.isort]
97
required-imports = ["from __future__ import annotations"]
0 commit comments