We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9603bb7 + 3bc59d9 commit c0eb9d4Copy full SHA for c0eb9d4
2 files changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: 25.12.0
+ rev: 26.1.0
4
hooks:
5
- id: black
6
- repo: https://github.com/pycqa/isort/
support/fakefront/config.py
@@ -127,7 +127,7 @@ def ensure_secret():
127
endpoint_url=os.environ.get("EXODUS_AWS_ENDPOINT_URL") or None,
128
)
129
130
- (_, privkey) = ensure_keypair()
+ _, privkey = ensure_keypair()
131
132
secret = json.dumps({"cookie_key": open(privkey).read()})
133
0 commit comments