Skip to content

Commit

Permalink
chore(pre-commit-deps): pre-commit autoupdate (#195)
Browse files Browse the repository at this point in the history
updates:
- [github.com/renovatebot/pre-commit-hooks: 9b55a6cbc5f42ddc50b5c13ac795f5fa0cd63188 → 99a4407e9d89992a25ef1bcd00fe02fea0649a38](renovatebot/pre-commit-hooks@9b55a6c...99a4407)
- [github.com/astral-sh/ruff-pre-commit: 4edcbde74af0cd9b38e8483828cd9c6cb0755276 → 52c175db9e13515a6b086cd53ce8a66599eac64b](astral-sh/ruff-pre-commit@4edcbde...52c175d)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent d95f4d4 commit 4ab6f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: 9b55a6cbc5f42ddc50b5c13ac795f5fa0cd63188 # frozen: 38.133.1
rev: 99a4407e9d89992a25ef1bcd00fe02fea0649a38 # frozen: 39.0.0
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 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: 4edcbde74af0cd9b38e8483828cd9c6cb0755276 # frozen: v0.7.1
rev: 52c175db9e13515a6b086cd53ce8a66599eac64b # frozen: v0.7.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 4ab6f3d

Please sign in to comment.