Commit 5c4d6ba
committed
Refactor Ruff configuration and dependencies
This change consolidates Python dependencies into a single top-level `pyproject.toml` file, removing the nested `pyproject.toml` in `python/cocoindex` and `ruff` from example-specific `requirements.txt` files.
Ruff is configured globally via `ruff.toml` and has been run to ensure consistent formatting across the codebase.1 parent 20d5c33 commit 5c4d6ba
File tree
3 files changed
+2
-15
lines changed- examples
- fastapi_server_docker
- image_search
- python/cocoindex
3 files changed
+2
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
This file was deleted.
0 commit comments