Skip to content

Commit

Permalink
Merge pull request #1 from kmnhan/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit): pre-commit autoupdate
  • Loading branch information
kmnhan committed Sep 3, 2024
2 parents 17702d2 + 0ab3147 commit 4f504cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ cython_debug/
.LSOverride

# Icon must end with two \r
Icon
Icon


# Thumbnails
._*
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f504cd

Please sign in to comment.