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.2.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- https://github.com/asottile/reorder_python_imports β†’ https://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.1.0 β†’ v3.12.0](asottile/reorder-python-imports@v3.1.0...v3.12.0)
- [github.com/asottile/add-trailing-comma: v2.2.3 β†’ v3.1.0](asottile/add-trailing-comma@v2.2.3...v3.1.0)
- https://github.com/pre-commit/mirrors-autopep8 β†’ https://github.com/hhatto/autopep8
- [github.com/hhatto/autopep8: v1.6.0 β†’ v2.0.4](hhatto/autopep8@v1.6.0...v2.0.4)
- [github.com/pycqa/flake8: 4.0.1 β†’ 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent e500d94 commit 92a9d49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: tests/clones
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,8 +13,8 @@ repos:
- id: check-case-conflict
- id: check-merge-conflict

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
Expand All @@ -25,18 +25,18 @@ repos:
)
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.2.3
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 92a9d49

Please sign in to comment.