From 66f3c2f5903addcf20dd71405d7a0d4212364a53 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 20 Oct 2023 12:21:46 +0300 Subject: [PATCH] .pre-commit-config.yaml: drop expected Python to 3.10 PyPy3 --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc8ecae..c93512b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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