Skip to content

Commit

Permalink
Update pre-commit hook versions (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 16, 2024
1 parent 16027d3 commit 4dd8f54
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
@@ -1,21 +1,21 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.4.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/numpy/numpydoc
rev: v1.6.0
rev: v1.7.0
hooks:
- id: numpydoc-validation
exclude: (tests/|docs/).*

0 comments on commit 4dd8f54

Please sign in to comment.