diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 952da8ff..57224708 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.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.4.8' + rev: 'v0.6.5' hooks: - id: ruff args: ['--fix']