Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#53)
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 1.5.0 → 1.6.0](python-poetry/poetry@1.5.0...1.6.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 24, 2023
1 parent 5eb3eb3 commit 8c2bbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
repos:

- repo: https://github.com/python-poetry/poetry
rev: '1.5.0'
rev: '1.6.0'
hooks:
- id: poetry-check
files: '^pyproject\.toml$'
Expand Down Expand Up @@ -32,6 +32,6 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.0'
rev: 'v1.5.1'
hooks:
- id: mypy

0 comments on commit 8c2bbdc

Please sign in to comment.