Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#674)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6)
- [github.com/renovatebot/pre-commit-hooks: 38.9.3 → 38.18.15](renovatebot/pre-commit-hooks@38.9.3...38.18.15)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 6, 2024
1 parent 90a2920 commit bbdcdd3
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.1.0"
rev: "7.1.1"
hooks:
- id: flake8
args: [--config=.flake8]
Expand All @@ -32,7 +32,7 @@ repos:
- id: detect-secrets

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.6
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -43,12 +43,12 @@ repos:
- id: gitleaks

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
exclude: ^(openshift_cli_installer/tests/)
Expand Down

0 comments on commit bbdcdd3

Please sign in to comment.