Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1364)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5](astral-sh/ruff-pre-commit@v0.1.4...v0.1.5)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] authored Nov 14, 2023

Verified

This commit was signed with the committer’s verified signature.
mokagio Gio Lodi
1 parent 8cfb005 commit 223cfa1
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
@@ -44,7 +44,7 @@ repos:
args: ["--config=mlc-config.json"]

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black

@@ -55,7 +55,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.4'
rev: 'v0.1.5'
hooks:
- id: ruff
args: ["--config", "./pyproject.toml"]
@@ -70,7 +70,7 @@ repos:
args: ["--write-changes", "--ignore-words-list", "asend, connexion"]

- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
name: Check YAML files with yamllint

0 comments on commit 223cfa1

Please sign in to comment.