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.4.1](pre-commit/mirrors-mypy@v1.0.0...v1.4.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.7.3](PyCQA/docformatter@v1.6.0.rc1...v1.7.3)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0)
- [github.com/asottile/add-trailing-comma: v2.4.0 → v3.0.0](asottile/add-trailing-comma@v2.4.0...v3.0.0)
- [github.com/python-poetry/poetry: 1.3.0 → 1.5.0](python-poetry/poetry@1.3.0...1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 7e5c7af commit d86f6e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.4.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.7.3
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand All @@ -59,26 +59,26 @@ repos:
args: [--extend-ignore, "E501,W503,W504"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks:
- id: reorder-python-imports
args: [--py38-plus]

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0
rev: v3.0.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]


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

0 comments on commit d86f6e9

Please sign in to comment.