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.6.0](pre-commit/pre-commit-hooks@v4.2.0...v4.6.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.13.0](asottile/reorder-python-imports@v3.1.0...v3.13.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.3.0](hhatto/autopep8@v1.6.0...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent fef7fb3 commit dcdf321
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,20 +10,20 @@ 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.13.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
exclude: __init__\.py

- 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.3.0
hooks:
- id: autopep8

0 comments on commit dcdf321

Please sign in to comment.