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/bwhmather/ssort: 0.12.4 → 0.13.0](bwhmather/ssort@0.12.4...0.13.0)
- [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.7](astral-sh/ruff-pre-commit@v0.3.4...v0.4.7)
  • Loading branch information
pre-commit-ci[bot] authored Jun 3, 2024
1 parent 6cc2b53 commit 75cb1de
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 @@ -2,7 +2,7 @@ default_stages: [commit, push]

repos:
- repo: https://github.com/bwhmather/ssort
rev: 0.12.4
rev: 0.13.0
hooks:
- id: ssort

Expand All @@ -18,12 +18,12 @@ repos:
args: [--in-place]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.2
hooks:
- id: black
args: [--line-length, "88"]

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

0 comments on commit 75cb1de

Please sign in to comment.