Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#32)
Browse files Browse the repository at this point in the history
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](woodruffw/zizmor-pre-commit@v1.0.0...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 14, 2025
1 parent 6aed61e commit af3f96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ repos:
- id: validate_manifest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.0.0
rev: v1.1.1
hooks:
- id: zizmor
2 changes: 1 addition & 1 deletion src/poetry_plugin_shell/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ShellCommand(EnvCommand):
help = f"""The <info>shell</> command spawns a shell within the project's virtual environment.
By default, the current active shell is detected and used. Failing that,
the shell defined via the environment variable <comment>{'COMSPEC' if os.name == 'nt' else 'SHELL'}</> is used.
the shell defined via the environment variable <comment>{"COMSPEC" if os.name == "nt" else "SHELL"}</> is used.
If a virtual environment does not exist, it will be created.
"""
Expand Down

0 comments on commit af3f96d

Please sign in to comment.