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/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.8.0](pre-commit/mirrors-mypy@v1.0.0...v1.8.0)
- https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v2.0.1 → v2.0.4](hhatto/autopep8@v2.0.1...v2.0.4)
- [github.com/PyCQA/docformatter: v1.6.0.rc1 → v1.7.5](PyCQA/docformatter@v1.6.0.rc1...v1.7.5)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0)
- [github.com/asottile/add-trailing-comma: v2.4.0 → v3.1.0](asottile/add-trailing-comma@v2.4.0...v3.1.0)
- [github.com/python-poetry/poetry: 1.3.0 → 1.7.0](python-poetry/poetry@1.3.0...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 7e5c7af commit 0e57b91
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -27,20 +27,20 @@ repos:
- id: python-use-type-annotations

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

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

- repo: https://github.com/PyCQA/docformatter
rev: v1.6.0.rc1
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand All @@ -53,32 +53,32 @@ repos:
# args: [src]

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--extend-ignore, "E501,W503,W504"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.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.12.0
hooks:
- id: reorder-python-imports
args: [--py38-plus]

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


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

0 comments on commit 0e57b91

Please sign in to comment.