Commit 6f4a1de
Convert project from pip to uv package manager (#40)
* Convert project from pip to uv package manager
- Replace setup.py with modern pyproject.toml configuration
- Update installation instructions in README.md and CLAUDE.md to use uv sync
- Update GitHub Actions workflow to use uv instead of pip
- Add uv.lock file for reproducible dependency resolution
- Update deployment process to use uv build
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Fix PR review issues for uv conversion
- Move pytest and flake8 to development dependencies in pyproject.toml
- Update GitHub Actions to use uv sync --extra dev instead of adding flake8 during CI
- Update installation instructions to include dev dependencies
- Verified package discovery pattern matches actual codebase structure
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Add global flake8 configuration to exclude build directories
- Create .flake8 config file to exclude .venv, build, dist, and *.egg-info
- Set max-line-length to 127 and max-complexity to 10
- Simplify GitHub Actions workflow to use global config instead of command-line flags
- Remove tool.flake8 from pyproject.toml (flake8 doesn't support this format)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Update lock
* Update .github/workflows/pull-request.yml
Co-authored-by: David Bourgault <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: David Bourgault <[email protected]>1 parent 83b9b1b commit 6f4a1de
File tree
7 files changed
+772
-27
lines changed- .github/workflows
7 files changed
+772
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| 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 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| 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 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
This file was deleted.
0 commit comments