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.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0)
- [github.com/PyCQA/flake8: 4.0.1 → 7.0.0](PyCQA/flake8@4.0.1...7.0.0)
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/google/yapf: v0.32.0 → v0.40.2](google/yapf@v0.32.0...v0.40.2)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.15.2](asottile/pyupgrade@v2.31.0...v3.15.2)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.7.1 → v3.12.0](asottile/reorder-python-imports@v2.7.1...v3.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent eb0c071 commit 2446d79
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 @@ -2,7 +2,7 @@ exclude: ^(proto/|evmosproto)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,25 +13,25 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.6.0]
exclude: ^alembic/

- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.32.0
- repo: https://github.com/google/yapf
rev: v0.40.2
hooks:
- id: yapf

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.7.1
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]

0 comments on commit 2446d79

Please sign in to comment.