diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a54dd1d..b916b52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [commit, push] repos: - repo: https://github.com/bwhmather/ssort - rev: 0.12.4 + rev: 0.13.0 hooks: - id: ssort @@ -18,12 +18,12 @@ repos: args: [--in-place] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black args: [--line-length, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.4.7 hooks: - id: ruff