Skip to content

Commit

Permalink
Switch to 'tool.ruff.per-file-ignores'
Browse files Browse the repository at this point in the history
The previous name was deprecated.
  • Loading branch information
jparise committed Feb 2, 2024
1 parent fd6cd14 commit b712536
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 @@ -74,5 +74,5 @@ src = ["src", "tests"]
[tool.ruff.lint.isort]
force-single-line = true

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/test_chars.py" = ["E501"]

0 comments on commit b712536

Please sign in to comment.