diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c94ab9..5f1b6d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.28.2" + rev: "v2.29.0" hooks: - id: pyproject-fmt - repo: https://github.com/34j/sync-python-matrix diff --git a/pyproject.toml b/pyproject.toml index 771f6d8..10a731a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,5 +155,5 @@ changelog.exclude_commit_patterns = [ "test(?:\\([^)]*?\\))?: .+", "build\\((?!deps\\): .+)", "Merged? .*", - "Initial [Cc]ommit.*", # codespell:ignore + "Initial [Cc]ommit.*", # codespell:ignore ]