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 ac67486 commit 7f14e27Copy full SHA for 7f14e27
py/pyproject.toml
@@ -161,7 +161,7 @@ exclude = "selenium/webdriver/common/devtools"
161
extend-ignore = ["E501", "E203"]
162
# This does nothing for now as E501 is ignored
163
max-line-length = 120
164
-min-python-version = 3.9
+min-python-version = "3.9"
165
166
[tool.docformatter]
167
exclude = "selenium/webdriver/common/devtools"
0 commit comments