Skip to content

Commit

Permalink
add comment about ignorning ruff s603
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Aug 2, 2024
1 parent 9978ad1 commit 22cb454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ line-length = 100
target-version = "py310"

[tool.ruff.lint]
ignore = ["S603"]
ignore = ["S603"] # This rule does not make sense in tests.
select = ["ALL"]

[tool.ruff.lint.flake8-pytest-style]
Expand Down

0 comments on commit 22cb454

Please sign in to comment.