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.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.34.0](adrienverge/yamllint@v1.33.0...v1.34.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 1686086 commit c38910f
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
Expand Up @@ -44,7 +44,7 @@ repos:
args: ["--config=mlc-config.json"]

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black

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

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

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

0 comments on commit c38910f

Please sign in to comment.