Skip to content

Commit

Permalink
Merge pull request #649 from ssec/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
djhoese committed Nov 14, 2023
2 parents 4c470fa + 3b32cfb commit 2dce08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: '^$'
fail_fast: false
repos:
- repo: https://github.com/psf/black
rev: 23.10.1 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 23.11.0 # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
Expand All @@ -25,9 +25,9 @@ repos:
- id: check-yaml
args: [--unsafe]
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1
rev: v3.7.0-2
hooks:
- id: shfmt # native (requires Go to build)
- id: shfmt-src # native (requires Go to build)
args: ["-i", "4"]
ci:
# To trigger manually, comment on a pull request with "pre-commit.ci autofix"
Expand Down

0 comments on commit 2dce08f

Please sign in to comment.