Skip to content

Commit c4c9ed8

Browse files
committed
ruff
1 parent bb24a5e commit c4c9ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ norecursedirs = [
3232
".tox",
3333
".env",
3434
".pytest_cache",
35-
".ruff_cache"
35+
".ruff_cache",
3636
]
3737
addopts = [
3838
"-ra",
@@ -78,7 +78,7 @@ test-command = "pytest {project}/tests"
7878
test-requires = "pytest"
7979

8080
# Don't test Python 3.8 wheels on macOS/arm64
81-
test-skip="cp38-macosx_*:arm64"
81+
test-skip = "cp38-macosx_*:arm64"
8282

8383
# Needed for full C++17 support
8484
[tool.cibuildwheel.macos.environment]
@@ -130,4 +130,4 @@ max-doc-length = 179
130130

131131
[tool.ruff.format]
132132
docstring-code-format = true
133-
docstring-code-line-length = "dynamic"
133+
docstring-code-line-length = "dynamic"

0 commit comments

Comments
 (0)