.pre-commit-config.yaml: drop expected Python to 3.10

PyPy3
This commit is contained in:
Aminda Suomalainen 2023-10-20 12:21:46 +03:00
parent dce5fa3227
commit 66f3c2f590
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 3 deletions

View File

@ -61,12 +61,12 @@ repos:
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py311-plus]
args: [--py310-plus]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.12.0
hooks:
- id: reorder-python-imports
args: [--py311-plus]
args: [--py310-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
@ -86,7 +86,7 @@ repos:
rev: 23.9.1
hooks:
- id: black
args: ["--line-length", "79", "--target-version", "py311"]
args: ["--line-length", "79", "--target-version", "py310"]
#- id: black-jupyter
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.7.0-1