From a12dbdbca36cfd0bb0e7ee7996952b6a3b14adea Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Thu, 12 Dec 2024 16:14:59 -0300 Subject: [PATCH] trigger pre-commit --- .pre-commit-config.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e0326e..08aa463 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,33 +1,33 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: trailing-whitespace + - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - - id: end-of-file-fixer - - id: check-toml - - id: check-added-large-files - - id: check-case-conflict - - id: mixed-line-ending -- repo: https://github.com/pycqa/isort + - id: end-of-file-fixer + - id: check-toml + - id: check-added-large-files + - id: check-case-conflict + - id: mixed-line-ending + - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--filter-files"] -- repo: https://github.com/psf/black + - repo: https://github.com/psf/black rev: 24.10.0 hooks: - id: black -- repo: https://github.com/asottile/pyupgrade + - repo: https://github.com/asottile/pyupgrade rev: v3.19.0 hooks: - - id: pyupgrade + - id: pyupgrade args: [--py39-plus] -- repo: https://github.com/hhatto/autopep8 + - repo: https://github.com/hhatto/autopep8 rev: v2.3.1 hooks: - - id: autopep8 -- repo: https://github.com/PyCQA/flake8 + - id: autopep8 + - repo: https://github.com/PyCQA/flake8 rev: "7.1.1" hooks: - id: flake8