Commit 832567d
fix: resolve CI/CD workflow failures
- Fix black code formatting issues (missing newlines, inconsistent formatting)
- Remove unused imports causing flake8 linting failures
- Update mypy configuration for Python 3.9 compatibility
- Add type annotations and disable unreachable code warnings
- Install types-requests for proper type checking
- Ensure all CI/CD checks pass for automated releases
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 548b23c commit 832567d
File tree
6 files changed
+341
-373
lines changed- src/lingodotdev
- tests
6 files changed
+341
-373
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
0 commit comments