diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dbf12c5..a71e293d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 24.2.0 # Keep in sync with blacken-docs + rev: 24.3.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -97,13 +97,13 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==24.2.0 # keep in sync with black hook + - black==24.3.0 # keep in sync with black hook # TODO: black-jupyter # Python: Ruff linter # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]