Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1875)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.7...v0.4.9)
- [github.com/renovatebot/pre-commit-hooks: 37.387.0 → 37.410.1](renovatebot/pre-commit-hooks@37.387.0...37.410.1)
- [github.com/gitleaks/gitleaks: v8.18.3 → v8.18.4](gitleaks/gitleaks@v8.18.3...v8.18.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 18, 2024
1 parent 401773a commit d2cfc52
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 @@ -16,7 +16,7 @@ repos:
- id: check-toml

- repo: https://github.com/PyCQA/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8
args: [--config=.flake8]
Expand All @@ -32,18 +32,18 @@ repos:
- id: detect-secrets

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.4.9
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.387.0
rev: 37.410.1
hooks:
- id: renovate-config-validator

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.3
rev: v8.18.4
hooks:
- id: gitleaks

Expand Down

0 comments on commit d2cfc52

Please sign in to comment.