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/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.1](pre-commit/mirrors-mypy@v1.8.0...v1.10.1)
- [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 Jul 1, 2024
1 parent d8d9fab commit a64b68b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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,12 +19,12 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.10.1"
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 a64b68b

Please sign in to comment.