Skip to content

Commit

Permalink
Merge pull request pre-commit#218 from pre-commit/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
asottile authored Jun 4, 2024
2 parents e51ef18 + 0440c13 commit 7e9647c
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 @@ -14,7 +14,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py39-plus, --add-import, 'from __future__ import annotations']
Expand All @@ -28,7 +28,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 7e9647c

Please sign in to comment.