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/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [github.com/python-poetry/poetry: 1.6.0 → 1.7.0](python-poetry/poetry@1.6.0...1.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 6, 2023
1 parent 782eaa0 commit b0fc0d0
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "23.10.1"
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -35,7 +35,7 @@ repos:
args: [--prose-wrap=never]

- repo: https://github.com/python-poetry/poetry
rev: "1.6.0" # add version here
rev: "1.7.0" # add version here
hooks:
- id: poetry-check
- id: poetry-lock
Expand All @@ -54,7 +54,7 @@ repos:
name: isort (python)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.6.0"
rev: "v1.6.1"
hooks:
- id: mypy
args: [--config-file, ./pyproject.toml]
Expand Down

0 comments on commit b0fc0d0

Please sign in to comment.