From cb0202251702dabd10b2fdfdce02b12cd1b764e7 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:08:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .cspell.json | 3 ++- .github/workflows/ci.yml | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.cspell.json b/.cspell.json index a0615f1..d184434 100644 --- a/.cspell.json +++ b/.cspell.json @@ -56,5 +56,6 @@ "pyproject", "PYTHONHASHSEED", "SymPy" - ] + ], + "useGitignore": true } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79edf73..ffdbca6 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: