diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af8512b..9598b60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.0 hooks: - id: black args: [--target-version, py312, --preview, --enable-unstable-feature=string_processing] @@ -10,7 +10,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.13" hooks: - id: ruff language_version: python3.12