diff --git a/.gitignore b/.gitignore index f182279..7d9f6a9 100644 --- a/.gitignore +++ b/.gitignore @@ -180,7 +180,8 @@ cython_debug/ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 211087f..35cec5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Lint and format with ruff - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.6 + rev: v0.6.3 hooks: # Run the linter. - id: ruff @@ -43,7 +43,7 @@ repos: # Commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.29.0 hooks: - id: commitizen additional_dependencies: [ cz-changeup ] diff --git a/CHANGELOG.md b/CHANGELOG.md index b418523..9189866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - change config ([3c6c7b9](https://github.com/kmnhan/cz-changeup/commit/3c6c7b9fa18c59cc813a0438a08ef9e6445b8f3f)) Project configuration has been modified to include the link to the commit in the changelog. Also added all settings provided by this plugin to `pyproject.toml` for demonstration. - + This is the footer content added to demonstrate how the changelog is rendered. ### Refactor