From 718f641bfd5bc49641e4d47f3ea7246ff68b4430 Mon Sep 17 00:00:00 2001 From: "phuoc.tran" Date: Sun, 24 Nov 2024 15:17:25 +0700 Subject: [PATCH] update --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58c23fad..600850e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,23 +1,23 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.2.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/seed-isort-config - rev: v1.9.3 + rev: v2.2.0 hooks: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort - rev: v4.3.21 + rev: v5.10.1 hooks: - id: isort -- repo: https://github.com/psf/black - rev: 24.8.0 +- repo: https://github.com/hhatto/autopep8 + rev: v2.3.1 hooks: - - id: black - language_version: python3.10 + - id: autopep8 + args: [--in-place, --aggressive, --aggressive, --max-line-length=79]