Skip to content

Commit

Permalink
chore(ruff): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Dec 14, 2024
1 parent 1d5df36 commit 2022171
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 @@ -148,7 +148,7 @@ line-length = 100

[tool.ruff.lint]
select = ["ALL"]
ignore = ["ANN101", "D202", "FIX002", "I001", "TD003"]
ignore = ["D202", "FIX002", "I001", "TD003"]

[tool.ruff.lint.per-file-ignores]
"tests/*.*" = ["INP001", "PTH", "S101"]
Expand Down

0 comments on commit 2022171

Please sign in to comment.