diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34159dabd..bd39c9c3b 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.4.2 + rev: 24.8.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.5.5' + rev: 'v0.6.8' hooks: - id: ruff args: ["--config", "./pyproject.toml"] @@ -90,7 +90,7 @@ repos: additional_dependencies: ['toml'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit # Excluding Example DAGs temporarily until they can be fixed @@ -99,7 +99,7 @@ repos: additional_dependencies: [".[toml]"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.3 hooks: - id: actionlint args: ["-ignore", "shellcheck"]