Skip to content

Commit

Permalink
Ignore RUF022 ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
schperplata committed Nov 30, 2024
1 parent 3be9b5f commit 2dca786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ line_length = 120
src_paths = ["src", "tests"]

[tool.ruff]
select = ["E", "F", "N", "UP", "YTT", "B", "A", "ARG", "RUF"]
target-version = "py38"
line-length = 120

[tool.ruff.lint]
select = ["E", "F", "N", "UP", "YTT", "B", "A", "ARG", "RUF"]
ignore = ["RUF022"]

[[tool.mypy.overrides]]
module = "scipy,scipy.*,parameterized.*"
ignore_missing_imports = true
Expand Down

0 comments on commit 2dca786

Please sign in to comment.