diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a927ee..2fd8042 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Please include a summary of the changes and any links to related issues. Please also include relevant motivation and context. -Addresses #\< fill in issue number here > +Addresses #< fill in issue number here > ## Types of changes diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf130e4..aaf5ff0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 3a2d3787c2ec24b752bacf7b142e251d8b563ea1 # frozen: 39.9.5 + rev: f7cc6cd690acad87f8380296cdad60cf1857eeb3 # frozen: 39.20.3 hooks: - id: renovate-config-validator language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved @@ -59,7 +59,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1 + rev: d3f092d98dc7585ce9cb3295bafb942ca5be1886 # frozen: v3.31.0 hooks: - id: commitizen stages: [commit-msg] @@ -80,7 +80,7 @@ repos: - id: hadolint args: [--ignore=DL3008, --ignore=DL3018] - repo: https://github.com/executablebooks/mdformat - rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18 + rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19 hooks: - id: mdformat args: [--number, --end-of-line, keep] @@ -110,7 +110,7 @@ repos: hooks: - id: check-poetry - repo: https://github.com/pappasam/toml-sort - rev: b9b6210da457c38122995e434b314f4c4a4a923e # frozen: v0.23.1 + rev: 463d576e0d409069bfdfcdf65acece4b8a0a3df7 # frozen: v0.24.1 hooks: - id: toml-sort-fix - repo: local @@ -137,7 +137,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3 + rev: cafecb2f683a620516412e109877570ca7648cbd # frozen: v0.7.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]