Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#117)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/renovatebot/pre-commit-hooks: 5b7fd349cf98e23c7d57839c7883f378d994d831 → 263856d8d61fb5e880a91fbb94d6016bad50352f](renovatebot/pre-commit-hooks@5b7fd34...263856d)
- [github.com/astral-sh/ruff-pre-commit: f1ebc5730d98440041cc43e4d69829ad598ae1e7 → 9f089bd3b7591566aef707c4e144ea2ceedf7de2](astral-sh/ruff-pre-commit@f1ebc57...9f089bd)

* chore: Update pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Felt, Nicholas <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and nfelt14 authored Sep 24, 2024
1 parent e387fab commit 3d717c6
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 @@ -33,7 +33,7 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 5b7fd349cf98e23c7d57839c7883f378d994d831 # frozen: 38.64.2
rev: 49a2f741f3e9483fd88588933be182fde2b69384 # frozen: 38.94.3
hooks:
- id: renovate-config-validator
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand All @@ -46,7 +46,7 @@ repos:
args: [--verbose]
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: c01fb5723b54075325cd9b5e5665a9ae84baf950 # frozen: v1.7.1.15
rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
Expand Down Expand Up @@ -122,7 +122,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: f1ebc5730d98440041cc43e4d69829ad598ae1e7 # frozen: v0.6.3
rev: 9f089bd3b7591566aef707c4e144ea2ceedf7de2 # frozen: v0.6.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 3d717c6

Please sign in to comment.