diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05053c9..d41e3af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: args: [--fix=lf] - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.3" + rev: "v0.5.7" hooks: - id: ruff args: ["--fix"] exclude: "tests/input/" - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black # see https://stackoverflow.com/a/61046953