Commit ea91a67
committed
Replace
This replaces the `black` with `ruff` as linter and formatter:
- Ruff is faster and more accurate
- There are more rules enabled in Ruff than in Black
- Ruff is more configurable and has more options
> [!WARNING]
> This will cause a lot of changes to the codebase.
> This commit is ignoring those changes for now.black with ruff
1 parent 695242a commit ea91a67
4 files changed
Lines changed: 261 additions & 144 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments