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/pre-commit/pre-commit-hooks: 2c9f875913ee60ca25ce70243dc24d5b6415598c → cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b](pre-commit/pre-commit-hooks@2c9f875...cef0300)
- [github.com/renovatebot/pre-commit-hooks: f0595c62cd36f25d15c78a7103c27aa6e242cd86 → bd345f6e0f1a132a6c4c148c56c64c6b07a716ee](renovatebot/pre-commit-hooks@f0595c6...bd345f6)
- [github.com/Mateusz-Grzelinski/actionlint-py: aa007237bad606b330a90f69bb5ef5dca129957e → 27445053da613c660ed5895d9616662059a53ca7](Mateusz-Grzelinski/actionlint-py@aa00723...2744505)
- [github.com/adamchainz/blacken-docs: 4c97c4a0d921007af6fefae92d8447cfbf63720b → d4e2940d27621c7f20215459be05703947618b7b](adamchainz/blacken-docs@4c97c4a...d4e2940)
- [github.com/astral-sh/ruff-pre-commit: cc915bbf189077041f55bc59c4c0cf7f30cc921f → 75b98813cfb7e663870a28c74366a1e99d7bfe79](astral-sh/ruff-pre-commit@cc915bb...75b9881)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent 18228ae commit a60b140
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 @@ -13,7 +13,7 @@ ci:
- markdown-link-check
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
hooks:
- id: check-yaml
args: [--unsafe]
Expand All @@ -39,7 +39,7 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: f0595c62cd36f25d15c78a7103c27aa6e242cd86 # frozen: 38.105.0
rev: bd345f6e0f1a132a6c4c148c56c64c6b07a716ee # frozen: 38.110.3
hooks:
- id: renovate-config-validator
- repo: https://github.com/python-jsonschema/check-jsonschema
Expand All @@ -52,7 +52,7 @@ repos:
args: [--verbose]
files: ^(\.github/workflows/[^/]+|workflows/[^/]+)$
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: aa007237bad606b330a90f69bb5ef5dca129957e # frozen: v1.7.2.16
rev: 27445053da613c660ed5895d9616662059a53ca7 # frozen: v1.7.3.17
hooks:
- id: actionlint
additional_dependencies: [pyflakes, shellcheck-py]
Expand All @@ -62,7 +62,7 @@ repos:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/adamchainz/blacken-docs
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
rev: d4e2940d27621c7f20215459be05703947618b7b # frozen: 1.19.0
hooks:
- id: blacken-docs
files: \.(rst|md|markdown|tex)$
Expand Down Expand Up @@ -135,7 +135,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: cc915bbf189077041f55bc59c4c0cf7f30cc921f # frozen: v0.6.8
rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit a60b140

Please sign in to comment.