From 590260cd9d8fb55b0c288b47b1ffb93712b50ece Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:55:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore=20(deps):=20pre-commit=20a?= =?UTF-8?q?uto=20update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.19.1) - [github.com/pylint-dev/pylint: v3.2.5 → v3.3.2](https://github.com/pylint-dev/pylint/compare/v3.2.5...v3.3.2) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.8.4) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.0.3) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6767449..2cfe9df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ exclude: ^(src/utils/update.py) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # - id: check-added-large-files - id: check-case-conflict @@ -36,12 +36,12 @@ repos: # - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/pylint-dev/pylint - rev: v3.2.5 + rev: v3.3.2 hooks: - id: pylint types: [python] @@ -62,7 +62,7 @@ repos: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.8.4 hooks: - id: ruff - id: ruff-format @@ -79,7 +79,7 @@ repos: exclude: "config-sample.yml" - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.3" + rev: "3.0.3" hooks: - id: editorconfig-checker exclude: "^(docs/README.md)"