From ef4fe21e9b9527acb0295a6d3be6d44e3954ae95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:07:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/ci.yml | 3 --- .vscode/extensions.json | 1 + pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c925fb..9afbc84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,6 @@ concurrency: cancel-in-progress: |- ${{ github.ref != format('refs/heads/{0}', github.event.repository.default_branch) }} -env: - PYTHONHASHSEED: "0" - on: push: branches: diff --git a/.vscode/extensions.json b/.vscode/extensions.json index acd2394..6616644 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -10,6 +10,7 @@ "mhutchie.git-graph", "ms-python.python", "ms-python.vscode-pylance", + "ms-toolsai.jupyter", "ms-vscode.live-server", "ms-vsliveshare.vsliveshare", "oijaz.unicode-latex", diff --git a/pyproject.toml b/pyproject.toml index 4ac5d50..1d50a2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,7 +177,7 @@ split-on-trailing-comma = false "PLW0603", "S101", "T20", - "TCH00", + "TC00", ] "docs/*" = [ "E402",