Skip to content

Commit af3f96d

Browse files
[pre-commit.ci] pre-commit autoupdate (#32)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) - [github.com/woodruffw/zizmor-pre-commit: v1.0.0 → v1.1.1](zizmorcore/zizmor-pre-commit@v1.0.0...v1.1.1)
1 parent 6aed61e commit af3f96d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repos:
2727
- id: validate_manifest
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.6
30+
rev: v0.9.1
3131
hooks:
3232
- id: ruff
3333
- id: ruff-format
3434

3535
- repo: https://github.com/woodruffw/zizmor-pre-commit
36-
rev: v1.0.0
36+
rev: v1.1.1
3737
hooks:
3838
- id: zizmor

src/poetry_plugin_shell/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ShellCommand(EnvCommand):
2020
help = f"""The <info>shell</> command spawns a shell within the project's virtual environment.
2121
2222
By default, the current active shell is detected and used. Failing that,
23-
the shell defined via the environment variable <comment>{'COMSPEC' if os.name == 'nt' else 'SHELL'}</> is used.
23+
the shell defined via the environment variable <comment>{"COMSPEC" if os.name == "nt" else "SHELL"}</> is used.
2424
2525
If a virtual environment does not exist, it will be created.
2626
"""

0 commit comments

Comments
 (0)