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/aio-libs/sort-all: v1.2.0 → v1.3.0](aio-libs/sort-all@v1.2.0...v1.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.1...v0.7.3)
- [github.com/kynan/nbstripout: 0.7.1 → 0.8.0](kynan/nbstripout@0.7.1...0.8.0)
- [github.com/crate-ci/typos: v1.26.8 → typos-dict-v0.11.35](crate-ci/typos@v1.26.8...typos-dict-v0.11.35)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent 5804f52 commit 5ea531a
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
Expand Up @@ -25,11 +25,11 @@ repos:
- id: python-no-log-warn
- id: text-unicode-replacement-char
- repo: https://github.com/aio-libs/sort-all
rev: v1.2.0
rev: v1.3.0
hooks:
- id: sort-all
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.3
hooks:
- id: ruff-format
- id: ruff
Expand Down Expand Up @@ -58,12 +58,12 @@ repos:
]
files: (docs/.)
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.0
hooks:
- id: nbstripout
exclude: (docs)
- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: typos-dict-v0.11.35
hooks:
- id: typos
exclude: (\.ipynb)
Expand Down

0 comments on commit 5ea531a

Please sign in to comment.