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 bb24a5e commit c4c9ed8Copy full SHA for c4c9ed8
pyproject.toml
@@ -32,7 +32,7 @@ norecursedirs = [
32
".tox",
33
".env",
34
".pytest_cache",
35
- ".ruff_cache"
+ ".ruff_cache",
36
]
37
addopts = [
38
"-ra",
@@ -78,7 +78,7 @@ test-command = "pytest {project}/tests"
78
test-requires = "pytest"
79
80
# Don't test Python 3.8 wheels on macOS/arm64
81
-test-skip="cp38-macosx_*:arm64"
+test-skip = "cp38-macosx_*:arm64"
82
83
# Needed for full C++17 support
84
[tool.cibuildwheel.macos.environment]
@@ -130,4 +130,4 @@ max-doc-length = 179
130
131
[tool.ruff.format]
132
docstring-code-format = true
133
-docstring-code-line-length = "dynamic"
+docstring-code-line-length = "dynamic"
0 commit comments