diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 649a525..ff9708c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.1.14" + rev: "v0.3.3" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -30,7 +30,7 @@ repos: - black==23.1.0 - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black