Skip to content

Commit

Permalink
exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 1, 2024
1 parent 7e1b58e commit c72b712
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ develop = [
"check-manifest",
"isort>=5,<6",
"jupyterlab>=4,<5",
"ruff>=0.5.0,<0.7",
"ruff>=0.6,<0.7",
# test
"pytest",
"pytest-cov",
Expand Down Expand Up @@ -157,5 +157,9 @@ testpaths = "nbcelltests/tests"
[tool.ruff]
line-length = 120

[tool.ruff.format]
exclude = ["nbcelltests/tests/*"]

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "F403"]
"nbcelltests/tests/*" = ["E701", "E731", "F811", "F821"]

0 comments on commit c72b712

Please sign in to comment.