Skip to content

Commit

Permalink
Fix bumpversion and pre-commit configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Oct 5, 2024
1 parent ca17ba0 commit a1ed75e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tag = True

[bumpversion:file:src/torchio/__init__.py]

[bumpversion:file:setup.cfg]
[bumpversion:file:pyproject.toml]
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ed75e

Please sign in to comment.