Commit 7ea9716
Code cleanup: ruff formatting and linting fixes
Quality checks completed:
- Fixed 5 linting errors automatically with ruff
- Removed unused imports in Excel test files
- Reformatted 1 file for code style consistency
- Verified type safety with mypy (90 files checked, no issues)
- Confirmed test suite status (1,576+ passing tests)
Changes:
- tests/excel/test_*.py: Removed unused os import
- tests/data/test_config_processing.py: Ruff formatting fixes
- tests/todo/test_persistence.py: Ruff formatting fixes
- tests/word/test_reading.py: Minor formatting adjustments
- Various agent sample files: Formatting consistency
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 7de7f00 commit 7ea9716
20 files changed
Lines changed: 5763 additions & 1242 deletions
File tree
- src/basic_open_agent_tools/todo
- tests
- data
- test_config_processing_agent/agent
- test_csv_tools_agent/agent
- test_json_tools_agent/agent
- test_validation_agent/agent
- excel
- file_system
- test_info_agent/agent
- test_operations_agent/agent
- test_tree_agent/agent
- test_validation_agent/agent
- helpers/test_helpers_agent/agent
- text/test_processing_agent/agent
- todo
- word
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
194 | 200 | | |
195 | 201 | | |
196 | 202 | | |
197 | 203 | | |
| 204 | + | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
245 | 248 | | |
246 | 249 | | |
247 | 250 | | |
| |||
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
254 | | - | |
255 | 257 | | |
256 | | - | |
| 258 | + | |
257 | 259 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 260 | + | |
263 | 261 | | |
264 | 262 | | |
265 | | - | |
266 | | - | |
267 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
268 | 277 | | |
269 | 278 | | |
270 | 279 | | |
| |||
0 commit comments