mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 03:34:24 +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
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py39-plus", "--keep-percent-format"]
|
||||
args: ["--py310-plus", "--keep-percent-format"]
|
||||
|
||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||
rev: v2.6.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user