Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#191)
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.2.2 → v0.4.2](astral-sh/ruff-pre-commit@v0.2.2...v0.4.2)
- [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.4.2](psf/black-pre-commit-mirror@24.2.0...24.4.2)
  • Loading branch information
pre-commit-ci[bot] authored May 5, 2024
1 parent b877ea0 commit 82de01c
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# Side effects
- id: fix-byte-order-marker
Expand All @@ -20,13 +20,13 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.4.2
hooks:
- id: ruff
args:
- "--fix"

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black

0 comments on commit 82de01c

Please sign in to comment.