Commit a04ed04
committed
chore: Migrate to Ruff as unified linter/formatter
- Replace legacy linting/formatting stack (flake8, black, isort) with Ruff.
- Add comprehensive Ruff configuration (ruff.toml).
- Update documentation in README.md with new setup instructions.
- Remove obsolete config files (.flake8, .isort.cfg etc.)
- Clean up dependencies from old tools.
- Ensure new configuration enforces same coding standards.
BREAKING CHANGE: Removed all previous linter/formatter dependencies.
Developers must run `pip install -r requirements.txt` to get Ruff-based setup.1 parent ea419a5 commit a04ed04
File tree
8 files changed
+39
-53
lines changed- requirements
8 files changed
+39
-53
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 87 | + | |
95 | 88 | | |
96 | 89 | | |
97 | | - | |
| 90 | + | |
98 | 91 | | |
99 | 92 | | |
100 | | - | |
101 | | - | |
102 | 93 | | |
103 | | - | |
| 94 | + | |
104 | 95 | | |
105 | | - | |
| 96 | + | |
106 | 97 | | |
107 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
108 | 104 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 105 | + | |
| 106 | + | |
112 | 107 | | |
113 | 108 | | |
114 | 109 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments