diff --git a/.cspell.json b/.cspell.json index 891be48..bd6b8fb 100644 --- a/.cspell.json +++ b/.cspell.json @@ -126,5 +126,6 @@ "venv", "workarea", "workfs" - ] + ], + "useGitignore": true } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ce257f..64dbaa6 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: