Skip to content

Commit c8b947c

Browse files
hugovkAA-Turner
andauthored
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent 3fef485 commit c8b947c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.ruff.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fix = true
21
target-version = "py313" # Pin Ruff to Python 3.13
32
line-length = 88
43
output-format = "full"

tests/test_build_docs_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def versions() -> Versions:
1717
])
1818

1919

20-
def test_reversed(versions) -> None:
20+
def test_reversed(versions: Versions) -> None:
2121
# Act
2222
output = list(reversed(versions))
2323

0 commit comments

Comments
 (0)