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.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.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.13.0](asottile/pyupgrade@v2.31.0...v3.13.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v2.7.1 → v3.11.0](asottile/reorder-python-imports@v2.7.1...v3.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 26, 2023
1 parent eb0c071 commit 370351f
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.4.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: 6.1.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.13.0
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.11.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]

0 comments on commit 370351f

Please sign in to comment.