Skip to content

Commit f27748a

Browse files
Copilotnotfolder
andcommitted
Fix lint errors: reduce from 1864 to 691 errors (63% improvement)
Co-authored-by: notfolder <20558197+notfolder@users.noreply.github.com>
1 parent 4e844de commit f27748a

30 files changed

Lines changed: 999 additions & 1175 deletions

clients/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
"""
2-
LLMクライアントとMCPツールクライアントのパッケージ.
1+
"""LLMクライアントとMCPツールクライアントのパッケージ.
32
4-
このパッケージには、様々なLLMプロバイダーOpenAI、Ollama、LM Studio等への
3+
このパッケージには、様々なLLMプロバイダー(OpenAI、Ollama、LM Studio等)への
54
クライアント実装とMCPツールクライアントが含まれています。
6-
"""
5+
"""

0 commit comments

Comments
 (0)