Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#153)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black-pre-commit-mirror: 24.4.2 →
24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 →
v0.6.3](astral-sh/ruff-pre-commit@v0.5.6...v0.6.3)
- [github.com/numpy/numpydoc: v1.8.0rc2 →
v1.8.0](numpy/numpydoc@v1.8.0rc2...v1.8.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 →
0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre authored Sep 3, 2024
2 parents f090605 + 22955bc commit 610d130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repos:
- id: python-use-type-annotations
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.3
hooks:
- id: ruff
args: [ '--fix' ]
Expand Down Expand Up @@ -84,7 +84,7 @@ repos:
- id: numpydoc-validation
exclude: ^docs/|^tests/
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.29.2
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 610d130

Please sign in to comment.