Skip to content

Commit 94e86f4

Browse files
⬆️ Update doc8 requirement from <0.9.0,>=0.8.0 to >=0.8.0,<1.2.0 (#67)
1 parent 3d3b19c commit 94e86f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ testing = [
5151
]
5252
code_style = [
5353
"pre-commit~=3.5.0",
54-
"doc8<0.9.0,>=0.8.0",
54+
"doc8>=0.8.0,<1.2.0",
5555
]
5656
docs = [
5757
"sphinx>=3",

0 commit comments

Comments
 (0)