Skip to content

Commit

Permalink
chore(deps): 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.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.2...v0.3.5)
- [github.com/pre-commit/pre-commit: v3.6.2 → v3.7.0](pre-commit/pre-commit@v3.6.2...v3.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 8, 2024
1 parent c6ca37d commit 84b6291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.3.2'
rev: 'v0.3.5'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -31,6 +31,6 @@ repos:
- types-requests

- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.2
rev: v3.7.0
hooks:
- id: validate_manifest

0 comments on commit 84b6291

Please sign in to comment.