From a1ed75e7b98e8000ec049e783b0e382ea61916ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Sat, 5 Oct 2024 23:22:31 +0100 Subject: [PATCH] Fix bumpversion and pre-commit configs --- .bumpversion.cfg | 2 +- .pre-commit-config.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 108a32a56..252dc1366 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -5,4 +5,4 @@ tag = True [bumpversion:file:src/torchio/__init__.py] -[bumpversion:file:setup.cfg] +[bumpversion:file:pyproject.toml] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd0d9f5a0..307155c52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: - id: end-of-file-fixer # Ensures that a file is either empty, or ends with one newline - id: mixed-line-ending # Replaces or checks mixed line ending - id: trailing-whitespace # Trims trailing whitespace - exclude: setup.cfg - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.8