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 @@ -75,6 +75,7 @@ exclude = [
7575 " site-packages" ,
7676 " venv" ,
7777 " pb2" ,
78+ " docs" ,
7879]
7980
8081# Same as Black.
@@ -133,3 +134,4 @@ disallow_untyped_defs = true # 関数定義の引数/戻り値に型アノテ
133134no_implicit_optional = true # デフォルト引数に None を取る場合型アノテーションに Optional 必須
134135check_untyped_defs = true # 型注釈がない関数やメソッドに対して型チェックを行う
135136warn_redundant_casts = true # 冗長なキャストに警告
137+ 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