Skip to content

Commit

Permalink
Merge 431525a into 04e3382
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed May 2, 2024
2 parents 04e3382 + 431525a commit d857d72
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 176 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:

# Linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.4.2
hooks:
- id: ruff
args:
Expand All @@ -64,6 +64,6 @@ repos:

# Dockerfile linter
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint-docker

0 comments on commit d857d72

Please sign in to comment.