File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111repos :
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 :
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
Original file line number Diff line number Diff line change @@ -659,7 +659,8 @@ class PBSSpawner(TorqueSpawner):
659659
660660class 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"""
You can’t perform that action at this time.
0 commit comments