Commit d3fac88
fix: resolve 70 ruff lint errors + add Provider Keys guide
- Fix 64 unused import warnings (F401) via ruff --fix
- Fix 2 unused variable assignments (F841) manually
- Add noqa comments for 4 intentional E402 (module-level imports after alias)
- Create docs/guides/ProviderKeys.md with signup instructions for all 22 providers
- Add "22 providers" badge to README
- All 1,893 tests pass, ruff check clean
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0a8bf64 commit d3fac88
File tree
51 files changed
+554
-70
lines changed- docs/guides
- src/python/modelmesh
- cdk
- mixins
- specialized
- config
- connectors
- observability
- providers
- rotation
- secret_stores
- storage
- core
- integrations
- proxy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+554
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| 196 | + | |
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
| |||
0 commit comments