From 6200d7d23a3fba1b7f626bf224412e8c8b24649f Mon Sep 17 00:00:00 2001 From: Sandro Bonazzola Date: Thu, 16 Jan 2025 10:55:47 +0100 Subject: [PATCH] Update pre-commit config Signed-off-by: Sandro Bonazzola --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f41f7856..76b0b6c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: 'v2.0.4' + - repo: https://github.com/hhatto/autopep8 + rev: 'v2.3.2' hooks: - id: autopep8 args: @@ -19,7 +19,7 @@ repos: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "6.1.0" + rev: "7.1.1" hooks: - id: flake8 args: @@ -40,7 +40,7 @@ repos: )$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v5.0.0" hooks: - id: end-of-file-fixer - id: mixed-line-ending