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/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [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/hadolint/hadolint.git: v2.12.1-beta → v2.13.0-beta](https://github.com/hadolint/hadolint.git/compare/v2.12.1-beta...v2.13.0-beta)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent 3d5871c commit 970c400
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 @@ -11,7 +11,7 @@
repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
args:
Expand All @@ -27,15 +27,15 @@ repos:

# `pre-commit sample-config` default hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: end-of-file-fixer
- id: trailing-whitespace

# Lint: Dockerfile
- repo: https://github.com/hadolint/hadolint.git
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint-docker
entry: hadolint/hadolint:v2.12.1-beta hadolint
Expand Down

0 comments on commit 970c400

Please sign in to comment.