Skip to content

Commit

Permalink
chore: update pre-commit hooks (#2022)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.11.1 → v5.11.3](PyCQA/isort@5.11.1...v5.11.3)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent 2b85171 commit b83d9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: "5.11.1"
rev: "v5.11.3"
hooks:
- id: isort
exclude: ^src/(awkward|awkward/_v2)/__init__\.py$
Expand Down Expand Up @@ -69,6 +69,6 @@ repos:
exclude: .pre-commit-config.yaml

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.8.0.4"
rev: "v0.9.0.2"
hooks:
- id: shellcheck

0 comments on commit b83d9dc

Please sign in to comment.