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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.4...v0.4.2)
- [github.com/renovatebot/pre-commit-hooks: 37.264.0 → 37.329.0](renovatebot/pre-commit-hooks@37.264.0...37.329.0)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 29, 2024
1 parent acbd0c0 commit 6bf096c
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 @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-docstring-first
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
- id: detect-secrets

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.2
hooks:
- id: ruff
args: [--fix]
Expand All @@ -54,12 +54,12 @@ repos:
- id: gitleaks

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

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

0 comments on commit 6bf096c

Please sign in to comment.