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