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.13.0 → 0.14.0](bwhmather/ssort@0.13.0...0.14.0)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.4](astral-sh/ruff-pre-commit@v0.5.7...v0.7.4)
  • Loading branch information
pre-commit-ci[bot] authored Nov 18, 2024
1 parent d8432a9 commit 3f095ea
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
@@ -1,8 +1,8 @@
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]

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

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

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

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

0 comments on commit 3f095ea

Please sign in to comment.