Skip to content

Commit ab58f20

Browse files
committed
fix.
1 parent ff3f45a commit ab58f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
rev: v3.11.0
2828
hooks:
2929
- id: reorder-python-imports
30-
args: [--py37-plus, --add-import, 'from __future__ import annotations']
30+
args: [--py38-plus, --add-import, 'from __future__ import annotations']
3131
- repo: https://github.com/asottile/setup-cfg-fmt
3232
rev: v2.4.0
3333
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ignore_errors = true
2525

2626

2727
[tool.ruff]
28-
target-version = "py37"
28+
target-version = "py38"
2929
select = ["ALL"]
3030
fix = true
3131
extend-ignore = [

0 commit comments

Comments
 (0)