Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
- [github.com/numpy/numpydoc: v1.6.0 → v1.7.0](numpy/numpydoc@v1.6.0...v1.7.0)
- [github.com/sirosen/texthooks: 0.6.3 → 0.6.6](sirosen/texthooks@0.6.3...0.6.6)
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent d8d9fab commit 89becdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "23.12.1"
rev: "24.4.2"
hooks:
- id: black

Expand All @@ -34,13 +34,13 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.10.0"
hooks:
- id: mypy

- repo: https://github.com/numpy/numpydoc
# The latest stable release doesn't yet support pre-commit.
rev: "v1.6.0"
rev: "v1.7.0"
hooks:
- id: numpydoc-validation

Expand All @@ -57,7 +57,7 @@ repos:
exclude: test

- repo: https://github.com/sirosen/texthooks
rev: "0.6.3"
rev: "0.6.6"
hooks:
- id: fix-ligatures
- id: fix-smartquotes

0 comments on commit 89becdb

Please sign in to comment.