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/hhatto/autopep8: v2.1.1 → v2.2.0](hhatto/autopep8@v2.1.1...v2.2.0)
- [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 1b89667 commit 751f4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/hhatto/autopep8
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [ --py3-plus ]
Expand Down

0 comments on commit 751f4f8

Please sign in to comment.