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 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.14.1](pre-commit/mirrors-mypy@v1.8.0...v1.14.1)
- [github.com/numpy/numpydoc: v1.6.0 → v1.8.0](numpy/numpydoc@v1.6.0...v1.8.0)
- [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0)
- [github.com/sirosen/texthooks: 0.6.3 → 0.6.8](sirosen/texthooks@0.6.3...0.6.8)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent d8d9fab commit a37f947
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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: "v5.0.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.10.0"
hooks:
- id: black

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

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.14.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.8.0"
hooks:
- id: numpydoc-validation

- repo: https://github.com/hadialqattan/pycln
rev: "v2.4.0"
rev: "v2.5.0"
hooks:
- id: pycln

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

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

0 comments on commit a37f947

Please sign in to comment.