From 859c37cc51d9e5818ffa90fe80af6ae975b30465 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 11 May 2023 01:34:08 -0300 Subject: [PATCH] ci: fix pre-commit issues --- .pre-commit-config.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b861ff2..667b539 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,21 +8,15 @@ repos: - id: check-added-large-files - id: check-docstring-first - id: debug-statements - - id: double-quote-string-fixer - id: name-tests-test - id: requirements-txt-fixer - id: check-toml - id: check-merge-conflict - - id: double-quote-string-fixer -- repo: https://github.com/asottile/reorder_python_imports - rev: v3.9.0 - hooks: - - id: reorder-python-imports - repo: https://github.com/psf/black rev: 23.3.0 hooks: - id: black - language_version: python3.9 + language_version: python3.11 - repo: https://github.com/iamthefij/docker-pre-commit rev: v3.0.1 hooks: