diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b43aa97..75f37db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -default_stages: [commit, push] +default_stages: [pre-commit, pre-push] repos: - repo: https://github.com/bwhmather/ssort @@ -18,12 +18,12 @@ repos: args: [--in-place] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--line-length, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.7.1 hooks: - id: ruff