Commit e50737f
authored
style: apply ruff format to Python codebase (CopilotKit#4813)
## Summary
One-time `ruff format .` across the Python codebase — 320 files,
7759+/4678-.
This aligns the existing Python code with the ruff format check added in
CopilotKit#4812. Without this, the push-to-main format job fails on every merge
that touches the `static / quality` workflow.
## Why a separate PR
Pure formatting, no behavioral changes. Keeping it isolated makes git
blame clean — one commit to skip, not interleaved with logic changes.
## Test plan
- [ ] CI format job passes (the whole point)
- [ ] Python unit tests unaffected (formatting only)320 files changed
Lines changed: 7759 additions & 4678 deletions
File tree
- examples
- canvas
- gemini/agent
- langgraph-python/agent
- llamaindex-composio/agent/agent
- llamaindex/agent/agent
- pydantic-ai/agent
- integrations
- a2a-a2ui
- a2ui_extension
- src/a2ui
- tests
- agent
- a2a-middleware/agents
- adk/agent
- agent-spec/agent/src
- agentcore
- agents
- langgraph-single-agent
- strands-single-agent
- utils
- docker
- scripts
- crewai-crews/agent
- src/latest_ai_development
- tools
- crewai-flows/agent/src
- langgraph-fastapi
- agent
- src
- langgraph-python-threads
- apps/agent/src
- langgraph-python
- agent/src
- llamaindex/agent/src
- ms-agent-framework-python/agent/src
- pydantic-ai/agent/src
- strands-python/agent
- showcases
- a2a-travel/agents
- adk-dashboard/agent
- chatkit-studio/apps
- playground/agent
- world/agent
- deep-agents-finance-erp/agent
- deep-agents/agent
- generative-ui-playground/a2a-agent/agent
- multi-agent-canvas/agent
- mcp-agent
- pydantic-ai-todos/agent
- src
- research-canvas
- agent
- tools
- final/agent
- tools
- start/agent
- tools
- scene-creator/agent
- strands-file-analyzer/agent
- v1
- _legacy/saas-dynamic-dashboards/agent
- research-canvas/agents/python/src/lib
- travel/agent/src
- scripts/qa/lib/langserve/app
- sdk-python
- copilotkit
- crewai
- integrations
- tests
- showcase
- integrations
- ag2
- src
- agents
- app/demos/a2ui-fixed-schema
- tools
- agno
- src
- agents
- app/demos/a2ui-fixed-schema
- tools
- claude-sdk-python
- src
- agents
- app/demos
- a2ui-fixed-schema
- tool-rendering
- tools
- crewai-crews
- src
- agents
- tools
- tests/python
- tools
- google-adk
- src/agents
- tests/python
- tools
- langgraph-fastapi
- src/agents/src
- tools
- langgraph-python
- src/agents
- tools
- langroid
- src
- agents
- app/demos/a2ui-fixed-schema
- tests/python
- tools
- llamaindex
- src
- agents
- tools
- ms-agent-python
- src
- agents
- tools
- pydantic-ai
- src/agents
- tools
- strands
- src
- agents
- tests/python
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
111 | | - | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
282 | 281 | | |
283 | 282 | | |
284 | 283 | | |
285 | | - | |
| 284 | + | |
286 | 285 | | |
287 | 286 | | |
288 | | - | |
289 | | - | |
| 287 | + | |
| 288 | + | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
298 | 296 | | |
299 | 297 | | |
300 | 298 | | |
| |||
307 | 305 | | |
308 | 306 | | |
309 | 307 | | |
310 | | - | |
311 | 308 | | |
312 | 309 | | |
313 | 310 | | |
| |||
345 | 342 | | |
346 | 343 | | |
347 | 344 | | |
348 | | - | |
349 | | - | |
| 345 | + | |
| 346 | + | |
350 | 347 | | |
351 | 348 | | |
352 | 349 | | |
353 | 350 | | |
354 | | - | |
355 | | - | |
| 351 | + | |
| 352 | + | |
356 | 353 | | |
357 | 354 | | |
358 | 355 | | |
359 | 356 | | |
360 | 357 | | |
361 | | - | |
| 358 | + | |
362 | 359 | | |
363 | 360 | | |
364 | | - | |
| 361 | + | |
365 | 362 | | |
366 | | - | |
367 | | - | |
| 363 | + | |
| 364 | + | |
368 | 365 | | |
369 | 366 | | |
370 | | - | |
371 | | - | |
| 367 | + | |
| 368 | + | |
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
| |||
413 | 410 | | |
414 | 411 | | |
415 | 412 | | |
416 | | - | |
417 | | - | |
| 413 | + | |
| 414 | + | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
448 | 445 | | |
449 | 446 | | |
450 | 447 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
455 | 462 | | |
456 | 463 | | |
457 | 464 | | |
458 | 465 | | |
459 | 466 | | |
460 | 467 | | |
461 | 468 | | |
462 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
463 | 476 | | |
464 | 477 | | |
465 | 478 | | |
466 | 479 | | |
467 | 480 | | |
468 | 481 | | |
469 | 482 | | |
470 | | - | |
471 | | - | |
| 483 | + | |
| 484 | + | |
472 | 485 | | |
473 | 486 | | |
474 | | - | |
475 | | - | |
| 487 | + | |
| 488 | + | |
476 | 489 | | |
477 | 490 | | |
478 | 491 | | |
| |||
482 | 495 | | |
483 | 496 | | |
484 | 497 | | |
485 | | - | |
486 | | - | |
| 498 | + | |
| 499 | + | |
487 | 500 | | |
488 | 501 | | |
489 | | - | |
490 | | - | |
| 502 | + | |
| 503 | + | |
491 | 504 | | |
492 | 505 | | |
493 | 506 | | |
| |||
0 commit comments