diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12995dd4..4e85a547 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,7 +21,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.0 hooks: - id: black additional_dependencies: [".[jupyter]"] @@ -37,7 +37,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.1.14' + rev: 'v0.4.1' hooks: - id: ruff args: ['--fix']