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/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.7...v0.4.1)
- [github.com/AleksaC/hadolint-py: v2.12.0.3 → v2.12.1-beta](AleksaC/hadolint-py@v2.12.0.3...v2.12.1-beta)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent 929d989 commit 11a7134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
# Formatters: hooks that re-write Python and RST files
########################################################################################
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:

# Lint Dockerfiles for errors and to ensure best practices
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.12.0.3
rev: v2.12.1-beta
hooks:
- id: hadolint

Expand Down

0 comments on commit 11a7134

Please sign in to comment.