Skip to content

Commit

Permalink
Merge pull request #621 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 Aug 7, 2023
2 parents 47d3ef2 + 45f74cd commit 43ecdd2
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.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
rev: 23.7.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 @@ -12,7 +12,7 @@ repos:
- id: isort
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
Expand All @@ -25,7 +25,7 @@ repos:
- id: check-yaml
args: [--unsafe]
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.6.0-2
rev: v3.7.0-1
hooks:
- id: shfmt # native (requires Go to build)
args: ["-i", "4"]
Expand Down

0 comments on commit 43ecdd2

Please sign in to comment.