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.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 22.10.0 → 24.4.0](psf/black@22.10.0...24.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.0...v0.4.1)
- [github.com/gitleaks/gitleaks: v8.18.0 → v8.18.2](gitleaks/gitleaks@v8.18.0...v8.18.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 22, 2024
1 parent bcb33fc commit 0ab69f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: tests/foreman/data/
- id: check-yaml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.4.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -31,6 +31,6 @@ repos:
types: [text]
require_serial: true
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.18.2
hooks:
- id: gitleaks

0 comments on commit 0ab69f8

Please sign in to comment.