Skip to content

Commit

Permalink
run: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Jul 24, 2023
1 parent 89bfbdf commit 5c69d5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/unreleased/Dependencies-20230724-232345.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Dependencies
body: 'run: pre-commit autoupdate'
time: 2023-07-24T23:23:45.19878+01:00
custom:
GithubIssue: ""
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
# use this and NOT the one in jumanjihouse; it supports the enable/disable
# markup
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint
args: [--ignore, .changes/*md, --ignore, CHANGELOG.md]
Expand All @@ -54,7 +54,7 @@ repos:
# - id: shfmt

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.80.0
rev: v1.81.0
hooks:
- id: terraform_fmt
# - id: terraform_docs
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
- id: hadolint

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3.10
Expand Down

0 comments on commit 5c69d5d

Please sign in to comment.