Skip to content

Commit c72b712

Browse files
committed
exclude tests
1 parent 7e1b58e commit c72b712

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ develop = [
5757
"check-manifest",
5858
"isort>=5,<6",
5959
"jupyterlab>=4,<5",
60-
"ruff>=0.5.0,<0.7",
60+
"ruff>=0.6,<0.7",
6161
# test
6262
"pytest",
6363
"pytest-cov",
@@ -157,5 +157,9 @@ testpaths = "nbcelltests/tests"
157157
[tool.ruff]
158158
line-length = 120
159159

160+
[tool.ruff.format]
161+
exclude = ["nbcelltests/tests/*"]
162+
160163
[tool.ruff.lint.per-file-ignores]
161164
"__init__.py" = ["F401", "F403"]
165+
"nbcelltests/tests/*" = ["E701", "E731", "F811", "F821"]

0 commit comments

Comments
 (0)