Skip to content

Commit

Permalink
chore(pre-commit-deps): pre-commit autoupdate (#184)
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: 95f517843e74d0556552029591a77b01bd40cd4d → 9b55a6cbc5f42ddc50b5c13ac795f5fa0cd63188](renovatebot/pre-commit-hooks@95f5178...9b55a6c)
- [github.com/commitizen-tools/commitizen: a3498aba5e94c9f7c4acb529b5e7eb6df65fd053 → bfe422faef54a78ff8c0ce5dea0da053159c9f9d](commitizen-tools/commitizen@a3498ab...bfe422f)
- [github.com/adamchainz/blacken-docs: d4e2940d27621c7f20215459be05703947618b7b → 78a9dcbecf4f755f65d1f3dec556bc249d723600](adamchainz/blacken-docs@d4e2940...78a9dcb)
- [github.com/astral-sh/ruff-pre-commit: 8983acb92ee4b01924893632cf90af926fa608f0 → 4edcbde74af0cd9b38e8483828cd9c6cb0755276](astral-sh/ruff-pre-commit@8983acb...4edcbde)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent db7a6d9 commit be94f21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 95f517843e74d0556552029591a77b01bd40cd4d # frozen: 38.129.2
rev: 9b55a6cbc5f42ddc50b5c13ac795f5fa0cd63188 # frozen: 38.133.1
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,12 +59,12 @@ repos:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: a3498aba5e94c9f7c4acb529b5e7eb6df65fd053 # frozen: v3.29.1
rev: bfe422faef54a78ff8c0ce5dea0da053159c9f9d # frozen: v3.30.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/adamchainz/blacken-docs
rev: d4e2940d27621c7f20215459be05703947618b7b # frozen: 1.19.0
rev: 78a9dcbecf4f755f65d1f3dec556bc249d723600 # frozen: 1.19.1
hooks:
- id: blacken-docs
files: \.(rst|md|markdown|tex)$
Expand Down Expand Up @@ -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: 8983acb92ee4b01924893632cf90af926fa608f0 # frozen: v0.7.0
rev: 4edcbde74af0cd9b38e8483828cd9c6cb0755276 # frozen: v0.7.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit be94f21

Please sign in to comment.