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: 99a4407e9d89992a25ef1bcd00fe02fea0649a38 → 3a2d3787c2ec24b752bacf7b142e251d8b563ea1](renovatebot/pre-commit-hooks@99a4407...3a2d378)
- [github.com/Mateusz-Grzelinski/actionlint-py: 27445053da613c660ed5895d9616662059a53ca7 → a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3](Mateusz-Grzelinski/actionlint-py@2744505...a1fadde)
- [github.com/commitizen-tools/commitizen: bfe422faef54a78ff8c0ce5dea0da053159c9f9d → 665aa59a2794b47de0cae6fe51886d6366268194](commitizen-tools/commitizen@bfe422f...665aa59)
- [github.com/tcort/markdown-link-check: 6f18a0fe55028917b06edbbd56554d9f975fd2f4 → e736c4f6e88d249f5ed3cbe8fee972c5a1dd20fa](tcort/markdown-link-check@6f18a0f...e736c4f)
- [github.com/astral-sh/ruff-pre-commit: 52c175db9e13515a6b086cd53ce8a66599eac64b → 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218](astral-sh/ruff-pre-commit@52c175d...6a19e69)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent bbe7240 commit 39dff9f
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: 99a4407e9d89992a25ef1bcd00fe02fea0649a38 # frozen: 39.0.0
rev: 3a2d3787c2ec24b752bacf7b142e251d8b563ea1 # frozen: 39.9.5
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 @@ -54,12 +54,12 @@ repos:
args: [--verbose]
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
rev: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
- repo: https://github.com/commitizen-tools/commitizen
rev: bfe422faef54a78ff8c0ce5dea0da053159c9f9d # frozen: v3.30.0
rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -101,7 +101,7 @@ repos:
- mdformat-web
- mdformat-wikilink
- repo: https://github.com/tcort/markdown-link-check
rev: 6f18a0fe55028917b06edbbd56554d9f975fd2f4 # frozen: v3.12.2
rev: e736c4f6e88d249f5ed3cbe8fee972c5a1dd20fa # frozen: v3.13.6
hooks:
- id: markdown-link-check
args: [--quiet]
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: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 39dff9f

Please sign in to comment.