Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Dec 9, 2024
1 parent 05cbe70 commit 8a911cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ ignore = [
"ISC001",
"PLR2004",
"RUF012",
"S101",
"S311",
"TD001",
"TD002",
Expand All @@ -72,7 +71,7 @@ ignore = [
split-on-trailing-comma = false

[tool.ruff.lint.per-file-ignores]
"tests/*.py" = ["D103"]
"tests/**/*.py" = ["D103", "S101"]

[tool.uv]
default-groups = []

0 comments on commit 8a911cb

Please sign in to comment.