Skip to content

Commit

Permalink
pre-commit: fix note about shellsheck
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 23, 2023
1 parent 2f74f28 commit 656d7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# https://github.com/koalaman/shellcheck#installing
#
# pre-commit run --config .pre-commit-config-shellcheck.yaml --all-files
# pre-commit run --hook-stage=manual shellcheck --all-files
#
repos:
# Autoformat: Python code, syntax patterns are modernized
Expand All @@ -37,6 +37,7 @@ repos:
- --target-version=py39
- --target-version=py310
- --target-version=py311
- --target-version=py312

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
Expand Down

0 comments on commit 656d7c0

Please sign in to comment.