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/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.1](astral-sh/ruff-pre-commit@v0.5.7...v0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent d8432a9 commit aabb5fa
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
@@ -1,4 +1,4 @@
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]

repos:
- repo: https://github.com/bwhmather/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.1
hooks:
- id: ruff

0 comments on commit aabb5fa

Please sign in to comment.