Commit 1058c64
Nathaniel Chen
Refactor project configuration and enhance linting rules
- Changed project name from "Fusion Artificial InTelligence Hub" to "faith" in pyproject.toml.
- Updated linting rules in the ruff configuration to include additional checks for code quality.
- Expanded Python version resolution markers in uv.lock to support more specific platform and version combinations.
- Added new package dependencies in uv.lock, including aiohappyeyeballs and aiohttp with their respective versions and sources.
- Imported nn module from torch in the test file to support neural network operations.1 parent 29a9c7a commit 1058c64
3 files changed
Lines changed: 3124 additions & 159 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
66 | 75 | | |
67 | 76 | | |
68 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments