Skip to content

Commit

Permalink
add exceptions to ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 17, 2024
1 parent 404cf5d commit 4fe014b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
lint.ignore = [ "F821",]
lint.ignore = [
"ANN001",
"ANN201",
"D100",
"D104",
"D205",
"D401",
"F821",
"FBT002",
"PERF401",
"PLR0912",
"PLR0913",
"PLR0914",
"PLR0915",
"PLR0917",
"SIM115",
"PTH107",
"PTH109",
"PTH112",
"PTH113",
"PTH119",
"PTH123",
"S404",
"S605",
]

0 comments on commit 4fe014b

Please sign in to comment.