From f6345242e0f344bae0965bb992c193c2a2a3e533 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Sun, 7 Apr 2024 21:55:28 +0530 Subject: [PATCH] Updated versions of all the pre-commit hooks --- .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 cbf4307237040..211f66e7c225b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: trailing-whitespace - id: check-toml - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.0 + rev: v0.3.5 hooks: # Run the linter. - id: ruff args: [ --fix ] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black language_version: python3 @@ -26,7 +26,7 @@ repos: ivy_tests/test_ivy/(?!.*(?:__init__\.py|conftest\.py|helpers/.*|test_frontends/config/.*$)).* ) - repo: https://github.com/PyCQA/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake - repo: https://github.com/PyCQA/docformatter