diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 789c684..511f006 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black name: python black @@ -20,7 +20,7 @@ repos: pass_filenames: false args: ["python"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.5 + rev: v0.15.7 hooks: - id: ruff name: ruff