Skip to content

Commit 5ffec12

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ec83b85 commit 5ffec12

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ concurrency:
55
cancel-in-progress: |-
66
${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }}
77
8-
env:
9-
PYTHONHASHSEED: "0"
10-
118
on:
129
push:
1310
branches:

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"ms-python.python",
1212
"ms-toolsai.jupyter",
1313
"ms-toolsai.vscode-jupyter-cell-tags",
14-
"ms-toolsai.vscode-jupyter-slideshow",
1514
"ms-vscode.live-server",
1615
"soulcode.vscode-unwanted-extensions",
1716
"stkb.rewrap",
@@ -27,6 +26,7 @@
2726
"ms-python.isort",
2827
"ms-python.mypy-type-checker",
2928
"ms-python.pylint",
29+
"ms-toolsai.vscode-jupyter-slideshow",
3030
"travisillig.vscode-json-stable-stringify",
3131
"tyriar.sort-lines"
3232
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ split-on-trailing-comma = false
131131
"PLW0603",
132132
"S101",
133133
"T20",
134-
"TCH00",
134+
"TC00",
135135
]
136136
"docs/*" = [
137137
"INP001",

0 commit comments

Comments
 (0)