Skip to content

Commit

Permalink
Merge pull request #376 from pyt-team/frantzen/update-pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
USFCA-MSDS authored Jun 27, 2024
2 parents e723177 + 1a04481 commit a3097d0
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.6.0
hooks:
- id: fix-byte-order-marker
- id: check-case-conflict
Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
additional_dependencies: [black==24.*]

- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
rev: v1.7.0
hooks:
- id: numpydoc-validation

Expand Down

0 comments on commit a3097d0

Please sign in to comment.