Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/gitleaks/gitleaks: v8.16.3 → v8.18.2](gitleaks/gitleaks@v8.16.3...v8.18.2)
- [github.com/igorshubovych/markdownlint-cli: v0.38.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.38.0...v0.39.0)
- [github.com/koalaman/shellcheck-precommit: v0.9.0 → v0.10.0](koalaman/shellcheck-precommit@v0.9.0...v0.10.0)
- [github.com/ambv/black: 23.12.1 → 24.4.0](psf/black@23.12.1...24.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 15, 2024
1 parent 3b6c29b commit 9135ae1
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 @@ -24,11 +24,11 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
- hooks:
- id: gitleaks
repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
rev: v8.18.2
- hooks:
- args:
[
Expand All @@ -53,19 +53,19 @@ repos:
- args: [ "--config", ".github/linters/.markdown-lint.yaml" ]
id: markdownlint
repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
- hooks:
- id: shellcheck
repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.9.0
rev: v0.10.0
- hooks:
- id: shfmt
repo: https://github.com/cisagov/pre-commit-shfmt
rev: v0.0.2
- hooks:
- id: black
repo: https://github.com/ambv/black
rev: 23.12.1
rev: 24.4.0
- hooks:
- args: [ "--rcfile=.github/linters/.python-lint" ]
entry: pylint
Expand Down

0 comments on commit 9135ae1

Please sign in to comment.