Skip to content

Commit

Permalink
Use shellcheck-py instead of assuming the host has shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 26, 2024
1 parent f1ae45b commit 594964b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:

- id: shellcheck
name: shellcheck
entry: shellcheck
entry: poetry run shellcheck
language: system
types: [shell]

Expand Down
17 changes: 15 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pre-commit = "^3.5.0"
Flask-DebugToolbar = "^0.14.0"
ruff = "^0.2.1"
pre-commit-hooks = "^4.5.0"
shellcheck-py = "^0.9.0.6"

[tool.ruff]
target-version = "py312"
Expand Down

0 comments on commit 594964b

Please sign in to comment.