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/psf/black-pre-commit-mirror: 24.1.1 → 24.4.2](psf/black-pre-commit-mirror@24.1.1...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.5.4](astral-sh/ruff-pre-commit@v0.1.14...v0.5.4)
  • Loading branch information
pre-commit-ci[bot] committed Jul 22, 2024
1 parent f75b023 commit 262d2d0
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 @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -19,12 +19,12 @@ repos:
- id: check-docstring-first

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
rev: v0.5.4
hooks:
- id: ruff

Expand Down

0 comments on commit 262d2d0

Please sign in to comment.