Skip to content

Commit

Permalink
DX: set PYTHONHASHSEED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Nov 7, 2024
1 parent 177b8f3 commit 0c6a672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
uv sync --all-extras --quiet
source .venv/bin/activate

export PYTHONHASHSEED=0
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
args:
- --dev-python-version=3.11
- --doc-apt-packages=graphviz
- --environment-variables=PYTHONHASHSEED=0
- --repo-name=ampform
- --repo-title=AmpForm
- --update-lock-files=outsource
Expand Down

0 comments on commit 0c6a672

Please sign in to comment.