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/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.10.1](pre-commit/mirrors-mypy@v1.7.1...v1.10.1)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.5](nbQA-dev/nbQA@1.7.1...1.8.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 84f7d80 commit c94993d
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 @@ -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: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -14,7 +14,7 @@ repos:
- id: double-quote-string-fixer
- id: check-merge-conflict
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]
Expand All @@ -23,18 +23,18 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.4.2
hooks:
- id: black-jupyter
args: [--skip-string-normalization]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies: [numpy>=1.22.2]
# jupyter hooks
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.5
hooks:
- id: nbqa
name: mypy-juypter
Expand Down

0 comments on commit c94993d

Please sign in to comment.