From 4ebc7c4f29abad61f934c843bf22a4d41542214c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:12:17 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 22.12.0 → 24.8.0](https://github.com/psf/black/compare/22.12.0...24.8.0) - [github.com/PyCQA/isort: 5.11.4 → 5.13.2](https://github.com/PyCQA/isort/compare/5.11.4...5.13.2) - [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.17.0) - [github.com/andreoliwa/nitpick: v0.32.0 → v0.35.0](https://github.com/andreoliwa/nitpick/compare/v0.32.0...v0.35.0) --- .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 9ac1b0f..cd99807 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '^$|venv|.obsidian' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.8.0 hooks: - id: black language_version: python3.10 @@ -21,19 +21,19 @@ repos: - id: autoflake args: ['--in-place', '--remove-unused-variable'] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.13.2 hooks: - id: isort args: ['--line-length=79'] language_version: python3.10 - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.17.0 hooks: - id: pyupgrade args: - --py37-plus - repo: https://github.com/andreoliwa/nitpick - rev: v0.32.0 + rev: v0.35.0 hooks: - id: nitpick - repo: https://github.com/pre-commit/pygrep-hooks