From 2c61e08f02d4a62e5e81a0aea4d32d8d13bd35c6 Mon Sep 17 00:00:00 2001 From: "tsml-actions-bot[bot]" <151061772+tsml-actions-bot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:03:10 +0100 Subject: [PATCH] Automated `pre-commit` hook update (#297) Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com> --- .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 7bf04424..318c4a0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: args: [ "--fix"] - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [ "--py39-plus" ] @@ -56,7 +56,7 @@ repos: args: [ "--max-line-length=88", "--extend-ignore=E203" ] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -76,7 +76,7 @@ repos: args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ] - repo: https://github.com/mgedmin/check-manifest - rev: "0.49" + rev: "0.50" hooks: - id: check-manifest stages: [ manual ]