Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#41)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
- [github.com/numpy/numpydoc: v1.6.0rc2 → v1.6.0](numpy/numpydoc@v1.6.0rc2...v1.6.0)
- [github.com/hadialqattan/pycln: v2.2.2 → v2.3.0](hadialqattan/pycln@v2.2.2...v2.3.0)
- [github.com/sirosen/texthooks: 0.5.0 → 0.6.2](sirosen/texthooks@0.5.0...0.6.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent 757b9d7 commit 23d2e9f
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.4.0"
rev: "v4.5.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.9.1"
rev: "23.10.1"
hooks:
- id: black

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

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

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

- repo: https://github.com/hadialqattan/pycln
rev: "v2.2.2"
rev: "v2.3.0"
hooks:
- id: pycln

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

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

0 comments on commit 23d2e9f

Please sign in to comment.