Skip to content

Commit c0eb9d4

Browse files
authored
Merge pull request #706 from release-engineering/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9603bb7 + 3bc59d9 commit c0eb9d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.12.0
3+
rev: 26.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/isort/

support/fakefront/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def ensure_secret():
127127
endpoint_url=os.environ.get("EXODUS_AWS_ENDPOINT_URL") or None,
128128
)
129129

130-
(_, privkey) = ensure_keypair()
130+
_, privkey = ensure_keypair()
131131

132132
secret = json.dumps({"cookie_key": open(privkey).read()})
133133

0 commit comments

Comments
 (0)