Skip to content

Commit

Permalink
ci: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/compilerla/conventional-pre-commit: v2.4.0 β†’ v3.0.0](compilerla/conventional-pre-commit@v2.4.0...v3.0.0)
- [github.com/psf/black: 23.10.1 β†’ 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 β†’ v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 20, 2023
1 parent a03fb9b commit c679fb0
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 @@ -13,7 +13,7 @@ ci:

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.0.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
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.6.1
rev: v1.7.0
hooks:
- id: mypy
args:
Expand Down

0 comments on commit c679fb0

Please sign in to comment.