From bd21cb7f0c3de00837cd5b82de1ee6d107995641 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:55:37 +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/hadialqattan/pycln: v2.3.0 → v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0) - [github.com/psf/black: 23.10.0 → 23.12.1](https://github.com/psf/black/compare/23.10.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.0...v0.1.9) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27614e7..8be4caa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,19 +21,19 @@ repos: - id: sort-simple-yaml files: .pre-commit-config.yaml - repo: https://github.com/hadialqattan/pycln - rev: v2.3.0 + rev: v2.4.0 hooks: - id: pycln args: [--config=pyproject.toml, src] types: [file] types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.12.1 hooks: - id: black language_version: python3.11 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.0 + rev: v0.1.9 hooks: - id: ruff types: [file]