Skip to content

Commit

Permalink
Merge pull request #995 from pre-commit/all-repos_autofix_all-repos-m…
Browse files Browse the repository at this point in the history
…anual

py39+
  • Loading branch information
asottile authored Oct 12, 2024
2 parents 28b91e4 + d5992ed commit 2aaa318
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,7 +13,7 @@ repos:
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py38-plus, --add-import, 'from __future__ import annotations']
args: [--py39-plus, --add-import, 'from __future__ import annotations']
- id: reorder-python-imports
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
Expand All @@ -23,7 +23,7 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
Expand Down

0 comments on commit 2aaa318

Please sign in to comment.