Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/bwhmather/ssort: 0.12.4 β†’ 0.13.0](bwhmather/ssort@0.12.4...0.13.0)
- [github.com/psf/black: 24.4.0 β†’ 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 β†’ v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent 196cb0f commit 3da7fda
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 @@ -89,7 +89,7 @@ repos:
- id: nbqa-pyupgrade

- repo: https://github.com/bwhmather/ssort
rev: 0.12.4
rev: 0.13.0
hooks:
- id: ssort

Expand All @@ -99,7 +99,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- id: black-jupyter
Expand All @@ -118,7 +118,7 @@ repos:
args: ["--rcfile=pyproject.toml"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit 3da7fda

Please sign in to comment.