Skip to content

Commit 1da973e

Browse files
committed
feat: Fixed toml
1 parent d572092 commit 1da973e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ line-length = 88
2626
target-version = "py312"
2727

2828
[tool.ruff.lint]
29-
per-file-ignores = {
30-
"**/tests/**" = ["F403"],
31-
"**/*_test.py" = ["F403"],
32-
"**/test_*.py" = ["F403"],
33-
}
29+
per-file-ignores = {"**/tests/**" = ["F403"],"**/*_test.py" = ["F403"],"**/test_*.py" = ["F403"]}

0 commit comments

Comments
 (0)