Skip to content

Commit

Permalink
Ruff: Add FIX001 and FIX003 (#10240)
Browse files Browse the repository at this point in the history
* 🐛 fix settings.dist.py sha256 sum

* Ruff: Add FIX001 and FIX003

* correct sha sum
  • Loading branch information
manuel-sommer authored Nov 22, 2024
1 parent 63f7e5a commit f07ca03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ select = [
"PLE",
"PLR0915",
"PLW1", "PLW2", "PLW3",
"FIX001",
"FIX003",
"TRY003",
"TRY004",
"TRY2",
Expand Down

0 comments on commit f07ca03

Please sign in to comment.