Commit ddaa305
committed
Modernize project for Python 3.10+ and add ruff
- Update build backend from poetry.masonry.api to poetry-core
- Require Python >=3.10, update classifiers to 3.10-3.13
- Replace legacy dev-dependencies with poetry group.dev.dependencies
- Drop black/pylint, add ruff (linter + formatter)
- Configure ruff with E/F/I/UP rules and line-length 120
- Fix lint issues: isinstance checks, import sorting, string wrapping
- Update CI workflow to modern action versions and Python matrix
- Regenerate poetry.lock with compatible dependencies1 parent c566dbd commit ddaa305
9 files changed
Lines changed: 226 additions & 613 deletions
File tree
- .github/workflows
- split_folders
- splitfolders
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
0 commit comments