Skip to content

Commit 36eab38

Browse files
authored
Merge pull request #56 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8769ade + 9190a97 commit 36eab38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 22.12.0
14+
rev: 23.1.0
1515
hooks:
1616
- id: black
1717
args: [--target-version=py36]

jupyterhub_idle_culler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ async def handle_user(user):
433433
"Got %d users%s", n_users, (" with ready servers" if state_filter else "")
434434
)
435435

436-
for (name, f) in futures:
436+
for name, f in futures:
437437
try:
438438
result = await f
439439
except Exception:

0 commit comments

Comments
 (0)