File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88 - develop
99 paths :
1010 - ' docs/**'
11+ pull_request :
12+ branches :
13+ - main
14+ - develop
15+ paths :
16+ - ' docs/**'
1117
1218concurrency :
1319 group : ' pages'
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ exclude = [
7171 " site-packages" ,
7272 " venv" ,
7373 " pb2" ,
74+ " docs" ,
7475]
7576
7677# Same as Black.
@@ -129,3 +130,4 @@ disallow_untyped_defs = true # 関数定義の引数/戻り値に型アノテ
129130no_implicit_optional = true # デフォルト引数に None を取る場合型アノテーションに Optional 必須
130131check_untyped_defs = true # 型注釈がない関数やメソッドに対して型チェックを行う
131132warn_redundant_casts = true # 冗長なキャストに警告
133+ exclude = [" docs/*" ]
Original file line number Diff line number Diff line change 11{
22 "typeCheckingMode" : " standard" ,
3- "exclude " : [" .venv " , " .git " ]
3+ "include " : [" adf_core_python " ]
44}
You can’t perform that action at this time.
0 commit comments