Skip to content

Commit

Permalink
setup: update ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jan 7, 2025
1 parent 4e0ca9e commit bf5102c
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 @@ -8,13 +8,13 @@ exclude = ["docs"]
[tool.ruff.lint]
select = ["ALL"]
ignore = [
"ANN101", "ANN102",
"D203", "D211", "D212", "D213",
"FA",
"FIX",
"INP001",
"PERF203",
"PLR0913",
"RUF022",
"S101",
"SIM117",
"TD",
Expand Down

0 comments on commit bf5102c

Please sign in to comment.