mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 19:54:50 +03:00
Set min Python version to 3.10 in pyupgrade
This commit is contained in:
parent
c0f3649224
commit
f6b0db34f7
|
@ -39,7 +39,7 @@ repos:
|
||||||
rev: v3.19.1
|
rev: v3.19.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: ["--py39-plus", "--keep-percent-format"]
|
args: ["--py310-plus", "--keep-percent-format"]
|
||||||
|
|
||||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||||
rev: v2.6.0
|
rev: v2.6.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user