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.4.0 → 24.4.2](psf/black@24.4.0...24.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.8](astral-sh/ruff-pre-commit@v0.3.7...v0.4.8)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/tcort/markdown-link-check: v3.12.1 → v3.12.2](tcort/markdown-link-check@v3.12.1...v3.12.2)
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent a5eee3e commit 9f83cc6
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 @@ -34,18 +34,18 @@ repos:
- id: forbid-tabs
- id: remove-tabs
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
args: ["--config", "./pyproject.toml"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.3.7'
rev: 'v0.4.8'
hooks:
- id: ruff

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: Run codespell to check for common misspellings in files
Expand All @@ -54,7 +54,7 @@ repos:
exclude: poetry.lock$

- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.1
rev: v3.12.2
hooks:
- id: markdown-link-check
args: ["--config=./.github/scripts/mlc-config.json"]

0 comments on commit 9f83cc6

Please sign in to comment.