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: a3a9ecfd0d0a86d7f501ddfadf075227d84bca79 → 2ee0ea5928cdcc177d354042cd515407fcd1380f](renovatebot/pre-commit-hooks@a3a9ecf...2ee0ea5)
- [github.com/Mateusz-Grzelinski/actionlint-py: 2d5ccf5135f92e8fbf9dc3b8b8f17ddc4f1e0a62 → 5ac309d551626abaea3b3353a0330703d1a8a8d5](Mateusz-Grzelinski/actionlint-py@2d5ccf5...5ac309d)
- [github.com/astral-sh/ruff-pre-commit: f0b5944bef86f50d875305821a0ab0d8c601e465 → 89c421dff2e1026ba12cdb9ebd731f4a83aa8021](astral-sh/ruff-pre-commit@f0b5944...89c421d)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent be4283a commit 7ea5e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: a3a9ecfd0d0a86d7f501ddfadf075227d84bca79 # frozen: 39.86.1
rev: 2ee0ea5928cdcc177d354042cd515407fcd1380f # frozen: 39.91.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 @@ -54,7 +54,7 @@ repos:
args: [--verbose]
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: 2d5ccf5135f92e8fbf9dc3b8b8f17ddc4f1e0a62 # frozen: v1.7.5.21
rev: 5ac309d551626abaea3b3353a0330703d1a8a8d5 # frozen: v1.7.6.22
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
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: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 7ea5e2d

Please sign in to comment.