From 1de35afed22b0fac9903d6a27cace471580a2479 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Sun, 13 Oct 2024 01:06:10 +0300 Subject: [PATCH] ci: Update pre-commit --- .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 595c253..54b2510 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.10.0 hooks: - id: black args: [--line-length=88, --target-version=py38] - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 + - repo: https://github.com/PyCQA/flake8 + rev: 7.1.1 hooks: - id: flake8 args: # arguments to configure flake8 @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - id: check-json - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort args: ["--filter-files" ]