ry.yamafuji ce5bc639fe
Some checks failed
Python Test / python-test (push) Failing after 11s
Cloud Functionの基本ソースを追加しました
2025-12-06 01:56:18 +09:00

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