From 01bee6df920a40dda0a0d8d9a12596968102b76d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:54:32 +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.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.2.0...v2.2.1) - [github.com/psf/black: 23.7.0 → 23.12.0](https://github.com/psf/black/compare/23.7.0...23.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.286...v0.1.8) --- .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 8a539a54..682f98a2 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.4.0 + rev: v4.5.0 hooks: - id: check-docstring-first exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py @@ -9,19 +9,19 @@ repos: - id: trailing-whitespace exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing] exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py - repo: https://github.com/PyCQA/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake 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: 23.7.0 + rev: 23.12.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.0.286 + rev: v0.1.8 hooks: - id: ruff exclude: ^constructor-manager-ui/src/constructor_manager_ui/style/images.py