diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 904ec61f7..43ca19505 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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"] @@ -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