Skip to content

Commit 2a9eda0

Browse files
authored
Merge pull request #261 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d5f9a0b + 82f668c commit 2a9eda0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.3.0"
1515
hooks:
1616
- id: black
1717
args:
@@ -24,7 +24,7 @@ repos:
2424

2525
# Autoformat: markdown, yaml
2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.0.0-alpha.4
27+
rev: v3.0.0-alpha.9-for-vscode
2828
hooks:
2929
- id: prettier
3030

batchspawner/batchspawner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ class PBSSpawner(TorqueSpawner):
659659

660660
class UserEnvMixin:
661661
"""Mixin class that computes values for USER, SHELL and HOME in the environment passed to
662-
the job submission subprocess in case the batch system needs these for the batch script."""
662+
the job submission subprocess in case the batch system needs these for the batch script.
663+
"""
663664

664665
def user_env(self, env):
665666
"""get user environment"""

0 commit comments

Comments
 (0)