We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fef485 commit c8b947cCopy full SHA for c8b947c
.ruff.toml
@@ -1,4 +1,3 @@
1
-fix = true
2
target-version = "py313" # Pin Ruff to Python 3.13
3
line-length = 88
4
output-format = "full"
tests/test_build_docs_versions.py
@@ -17,7 +17,7 @@ def versions() -> Versions:
17
])
18
19
20
-def test_reversed(versions) -> None:
+def test_reversed(versions: Versions) -> None:
21
# Act
22
output = list(reversed(versions))
23
0 commit comments