Skip to content

Commit

Permalink
chore(pre-commit-deps): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: 3a2d3787c2ec24b752bacf7b142e251d8b563ea1 → f7cc6cd690acad87f8380296cdad60cf1857eeb3](renovatebot/pre-commit-hooks@3a2d378...f7cc6cd)
- [github.com/commitizen-tools/commitizen: 665aa59a2794b47de0cae6fe51886d6366268194 → d3f092d98dc7585ce9cb3295bafb942ca5be1886](commitizen-tools/commitizen@665aa59...d3f092d)
- [github.com/executablebooks/mdformat: 86542e37a3a40974eb812b16b076220fe9bb4278 → 00812cd1850e41aae5c0916645b4b7404f538e8c](executablebooks/mdformat@86542e3...00812cd)
- [github.com/pappasam/toml-sort: b9b6210da457c38122995e434b314f4c4a4a923e → 463d576e0d409069bfdfcdf65acece4b8a0a3df7](pappasam/toml-sort@b9b6210...463d576)
- [github.com/astral-sh/ruff-pre-commit: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 → cafecb2f683a620516412e109877570ca7648cbd](astral-sh/ruff-pre-commit@6a19e69...cafecb2)
  • Loading branch information
pre-commit-ci[bot] authored and nfelt14 committed Nov 20, 2024
1 parent 5ac197f commit b543365
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit b543365

Please sign in to comment.