Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pre-commit-deps): pre-commit autoupdate #231

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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]
Expand Down Expand Up @@ -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
Expand All @@ -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]
Expand Down
Loading