From 0c7e25b9f1d0906749990329b2b8a0b4127a54c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 05:09:55 +0000 Subject: [PATCH] Bump pre-commit --- .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 9c9bff2d..2f74ee2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 # Use the ref you want to point at + rev: v4.6.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 23.12.1 hooks: - id: black args: [--config=pyproject.toml] - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: [--sp=pyproject.toml] @@ -18,11 +18,11 @@ repos: hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.44.0 hooks: - id: markdownlint