Skip to content

Commit

Permalink
chore: update pre-commit hooks (#2039)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jim Pivarski <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and jpivarski authored Jan 13, 2023
1 parent 17b2529 commit 0b92845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
args: ["--pytest-test-first"]

- repo: https://github.com/PyCQA/isort
rev: "v5.11.3"
rev: "5.11.4"
hooks:
- id: isort
exclude: ^src/awkward/__init__\.py$
Expand Down

0 comments on commit 0b92845

Please sign in to comment.