Skip to content

Commit

Permalink
Merge pull request #44 from stefanofusai/43-update-s101-rule-ignore-i…
Browse files Browse the repository at this point in the history
…n-pyprojecttoml-1
  • Loading branch information
stefanofusai authored Dec 9, 2024
2 parents 05cbe70 + 8a911cb commit 43dcbed
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 43dcbed

Please sign in to comment.