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/mirrors-mypy: v1.0.0 → v1.0.1](pre-commit/mirrors-mypy@v1.0.0...v1.0.1)
- [github.com/pre-commit/mirrors-autopep8: v2.0.1 → v2.0.2](pre-commit/mirrors-autopep8@v2.0.1...v2.0.2)
- [github.com/PyCQA/docformatter: v1.6.0.rc1 → v1.5.1](PyCQA/docformatter@v1.6.0.rc1...v1.5.1)
- [github.com/python-poetry/poetry: 1.3.0 → 1.4.0](python-poetry/poetry@1.3.0...1.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 6, 2023
1 parent 7e5c7af commit 43594ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.0.1
hooks:
- id: mypy
exclude: ^(example*|test*)
additional_dependencies: [types-all, typing_extensions]

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autopep8
args: [--diff, --max-line-length=120, --aggressive]

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.0.rc1
rev: v1.5.1
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:


- repo: https://github.com/python-poetry/poetry
rev: 1.3.0
rev: 1.4.0
hooks:
- id: poetry-check
# - id: poetry-lock
Expand Down

0 comments on commit 43594ab

Please sign in to comment.