From 732722ea4eb4307cbabbf5508afcd60d034f866f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:50:42 +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.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2) - [github.com/psf/black: 24.3.0 → 24.4.0](https://github.com/psf/black/compare/24.3.0...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.4.1) --- .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 709d484c..e160efd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-docstring-first exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing] @@ -21,7 +21,7 @@ repos: args: ["--in-place", "--remove-all-unused-imports"] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py @@ -33,7 +33,7 @@ repos: args: ["-j8", "--ignore=TYP001,E501,W503"] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.4.1 hooks: - id: ruff exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py