cloud-run-job-base/ruff.toml
ry.yamafuji f0a74c1122
All checks were successful
Python Test / python-test (push) Successful in 10s
修正
2025-12-05 00:44:16 +09:00

12 lines
420 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

line-length = 88
# 末尾スペース・空行まわりをチェックするのは E と W系のルール
# E7xx/E9xx構文/実行時エラーの可能性)
# W1xx/W5xxスタイル・フォーマット関連
# DXXXドキュメンテーション文字列関連
# F (未使用インポートなどのエラー)
# BXXバグの可能性
[lint]
select = ["F", "E", "W", "D101", "B"]
ignore = []