Skip to content

Commit

Permalink
[pre-commit.ci] Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.6...v0.5.7)
- [github.com/numpy/numpydoc: v1.8.0rc2 → v1.8.0](numpy/numpydoc@v1.8.0rc2...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored and MikeSWang committed Aug 12, 2024
1 parent 387f235 commit 654c197
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 @@ -52,7 +52,7 @@ repos:
args: ['--py310-plus']

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -68,7 +68,7 @@ repos:
- id: flake8

- repo: https://github.com/numpy/numpydoc
rev: v1.8.0rc2
rev: v1.8.0
hooks:
- id: numpydoc-validation
exclude: "^(\
Expand Down

0 comments on commit 654c197

Please sign in to comment.