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/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
- [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.14...v0.3.4)
- [github.com/tcort/markdown-link-check: v3.11.2 → v3.12.1](tcort/markdown-link-check@v3.11.2...v3.12.1)
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent 2ba4bd7 commit b59582b
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 @@ -27,20 +27,20 @@ repos:
- id: python-check-mock-methods

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: forbid-crlf
- id: remove-crlf
- id: forbid-tabs
- id: remove-tabs
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
args: ["--config", "./pyproject.toml"]

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

Expand All @@ -54,7 +54,7 @@ repos:
exclude: poetry.lock$

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

0 comments on commit b59582b

Please sign in to comment.