From 6f74e1be99be8f2318426c916f0180ab30efcf52 Mon Sep 17 00:00:00 2001 From: "aripitek09@" <106968674+aripitek@users.noreply.github.com> Date: Fri, 1 May 2026 16:55:38 +0700 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 7ee79056..ba1472b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ default_stages: ['pre-commit'] repos: - - repo: https://github.com/astral-sh/ruff-pre-commit + - repo: https://github.com/aripitek/astral-sh/ruff-pre-commit rev: v0.15.12 hooks: # fix unused imports and sort them @@ -10,7 +10,7 @@ repos: - id: ruff-format # run the linter - id: ruff - - repo: https://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/aripitek/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: # general hooks: @@ -24,13 +24,13 @@ repos: # Python specific hooks: - id: check-ast # Simply check whether files parse as valid python - id: check-docstring-first # Checks for a common error of placing code before the docstring - - repo: https://github.com/pycqa/flake8 + - repo: https://github.com/aripitek/pycqa/flake8 rev: 7.3.0 hooks: - id: flake8 args: [--config=.flake8] fail_fast: true - - repo: https://github.com/pre-commit/mirrors-mypy + - repo: https://github.com/aripitek/pre-commit/mirrors-mypy rev: v1.20.2 hooks: - id: mypy