Skip to content

ruff version up - #762

Merged
yuji38kwmt merged 1 commit into
mainfrom
202607234
Jul 26, 2026
Merged

ruff version up#762
yuji38kwmt merged 1 commit into
mainfrom
202607234

Conversation

@yuji38kwmt

Copy link
Copy Markdown
Collaborator
  • Refined the description for PositionForMinimumBoundingBoxInsertion to clarify behavior when coordinates are unspecified.
  • Updated the Swagger API documentation to reflect changes in bounding box annotation behavior.
  • Bumped version number to 0.212.0 in Swagger YAML files.
  • Modified pyproject.toml to ignore specific linting rules and updated dependency markers for compatibility with Python versions.
  • Updated uv.lock to specify version constraints for dependencies based on Python version.
  • Upgraded ruff to version 0.16.0 and updated its dependencies accordingly.
  • Ensured compatibility of various packages with Python version 3.13 and above.

- Refined the description for `PositionForMinimumBoundingBoxInsertion` to clarify behavior when coordinates are unspecified.
- Updated the Swagger API documentation to reflect changes in bounding box annotation behavior.
- Bumped version number to 0.212.0 in Swagger YAML files.
- Modified `pyproject.toml` to ignore specific linting rules and updated dependency markers for compatibility with Python versions.
- Updated `uv.lock` to specify version constraints for dependencies based on Python version.
- Upgraded `ruff` to version 0.16.0 and updated its dependencies accordingly.
- Ensured compatibility of various packages with Python version 3.13 and above.
@kci-pr-agent

kci-pr-agent Bot commented Jul 26, 2026

Copy link
Copy Markdown

Title


Description

  • PositionForMinimumBoundingBoxInsertionドキュメント簡素化

  • データクラス・モデル説明を更新

  • Swagger APIバージョンを0.212.0に更新

  • pyproject.tomlにCPY001を追加


Changes walkthrough 📝

Relevant files
Documentation
annotation_specs.py
最小バウンディングボックス挿入ドキュメント修正                                                                   
+1/-1     
models.py
dict型エイリアスの説明コメント更新                                                                           
+1/-1     
position_for_minimum_bounding_box_insertion.py
Pydanticモデルのドキュメント調整                                                                         
+1/-1     
swagger-api-components.yaml
PositionForMinimumBoundingBoxInsertion説明簡素化                           
+2/-2     
Configuration changes
swagger.v2.yaml
Swagger v2 APIバージョンを0.212.0に更新                                                     
+1/-1     
swagger.yaml
Swagger APIバージョンを0.212.0に更新                                                           
+1/-1     
pyproject.toml
RUFFルールにCPY001を無視リスト追加                                                                     
+1/-1     

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @yuji38kwmt yuji38kwmt changed the title ruff version up Jul 26, 2026
    @yuji38kwmt
    yuji38kwmt merged commit 270df7e into main Jul 26, 2026
    8 checks passed
    @yuji38kwmt
    yuji38kwmt deleted the 202607234 branch July 26, 2026 16:21
    @kci-pr-agent

    kci-pr-agent Bot commented Jul 26, 2026

    Copy link
    Copy Markdown

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    ドキュメント変更の確認

    最小矩形の挿入位置のデフォルト動作に関する記述が変更され、境界外アノテーション時の扱いが省略されています。本来の意図どおりか確認してください。

    `annotation_type`  `bounding_box` かつ `min_warn_rule`  `and` または `or` の場合のみ挿入する最小矩形アノテーションの原点を指定できます画像左上の座標がx=0, y=0です未指定の場合は表示範囲の中央に挿入されます。  「スキャンした帳票の記入欄定点カメラで撮影した製品ラベルなどアノテーションしたい位置やサイズが多くの画像で共通している場合に便利です`annotation_type`  `bounding_box` 以外の場合は必ず未指定となります。
    """
    バージョン番号の一貫性

    Swagger定義の version: 0.212.0 への更新が、その他のバージョン管理情報(pyproject.toml など)と整合しているか確認してください。

    version: 0.212.0
    CPY001ルールの無効化

    Linterルール CPY001 無効化の意図が明確か、他のコード品質チェックに影響がないか検証してください。

    "CPY001",

    @kci-pr-agent

    kci-pr-agent Bot commented Jul 26, 2026

    Copy link
    Copy Markdown

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant