File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ concurrency:
5
5
cancel-in-progress : |-
6
6
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
7
7
8
- env :
9
- PYTHONHASHSEED : " 0"
10
-
11
8
on :
12
9
push :
13
10
branches :
Original file line number Diff line number Diff line change 11
11
" ms-python.python" ,
12
12
" ms-toolsai.jupyter" ,
13
13
" ms-toolsai.vscode-jupyter-cell-tags" ,
14
- " ms-toolsai.vscode-jupyter-slideshow" ,
15
14
" ms-vscode.live-server" ,
16
15
" soulcode.vscode-unwanted-extensions" ,
17
16
" stkb.rewrap" ,
27
26
" ms-python.isort" ,
28
27
" ms-python.mypy-type-checker" ,
29
28
" ms-python.pylint" ,
29
+ " ms-toolsai.vscode-jupyter-slideshow" ,
30
30
" travisillig.vscode-json-stable-stringify" ,
31
31
" tyriar.sort-lines"
32
32
]
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ split-on-trailing-comma = false
131
131
" PLW0603" ,
132
132
" S101" ,
133
133
" T20" ,
134
- " TCH00 " ,
134
+ " TC00 " ,
135
135
]
136
136
"docs/*" = [
137
137
" INP001" ,
You can’t perform that action at this time.
0 commit comments