diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a0b6dc..db839ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black language_version: python3.11 @@ -36,7 +36,7 @@ repos: name: isort (python) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.6.3 hooks: - id: ruff args: [ --fix ]