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/python-jsonschema/check-jsonschema: 0.27.3 → 0.29.1](python-jsonschema/check-jsonschema@0.27.3...0.29.1)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- https://github.com/psf/black/: 23.12.1 → 24.8.0
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](pre-commit/mirrors-mypy@v1.8.0...v1.11.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 623a5e0 commit 9da37bd
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -16,24 +16,24 @@ repos:
- id: no-commit-to-branch
name: no-commit-to-main-branch
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.29.1
hooks:
- id: check-github-workflows
name: validate github workflows
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
- repo: https://github.com/psf/black/
rev: 23.12.1
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.11.1
hooks:
- id: mypy
# args:
Expand Down

0 comments on commit 9da37bd

Please sign in to comment.