Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#31)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 →
v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [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.4.0](psf/black@23.12.1...24.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 →
v0.3.7](astral-sh/ruff-pre-commit@v0.1.14...v0.3.7)
- [github.com/tcort/markdown-link-check: v3.11.2 →
v3.12.1](tcort/markdown-link-check@v3.11.2...v3.12.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 2ba4bd7 commit a5eee3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-hooks-apply

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand All @@ -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.4.0
hooks:
- id: black
args: ["--config", "./pyproject.toml"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.14'
rev: 'v0.3.7'
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 a5eee3e

Please sign in to comment.