Skip to content

Commit

Permalink
Merge pull request #287 from jpmorganchase/dependabot/pip/ruff-gte-0.…
Browse files Browse the repository at this point in the history
…5.0-and-lt-0.7

Update ruff requirement from <0.6,>=0.5.0 to >=0.5.0,<0.7
  • Loading branch information
timkpaine authored Sep 1, 2024
2 parents 917b6fb + c72b712 commit 640e59d
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.6",
"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 640e59d

Please sign in to comment.