Skip to content

Commit

Permalink
Merge pull request #6 from wengroup/update/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
Auto-update pre-commit hooks
  • Loading branch information
mjwen authored Dec 4, 2023
2 parents 54c751d + 34a9928 commit 0f27613
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
@@ -1,7 +1,7 @@
exclude: ^docs/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
# args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black
exclude: ^docs/
Expand Down

0 comments on commit 0f27613

Please sign in to comment.