From a931cae9ed41c9acdfef8b8e725eb1b817f1e697 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:18:31 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#776) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 9fac19fcc..92cf44ae9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,24 +6,24 @@ files: ^(.*\.(py|yaml))$ exclude: ^(\.[^/]*cache/.*|.*/freesurfer/contrib/.*)$ repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.7.0 hooks: - id: black args: - --safe - --quiet - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.178 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.282 hooks: - id: ruff - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.32.0 hooks: - id: yamllint args: [--strict]