diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e531b45..1fbae50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ -default_stages: [commit, push] +default_stages: [Nonepre-commitNone, Nonepre-pushNone] repos: - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [ @@ -15,12 +15,12 @@ repos: ] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade - repo: https://github.com/bwhmather/ssort - rev: 0.12.4 + rev: 0.13.0 hooks: - id: ssort @@ -44,17 +44,17 @@ repos: # ] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.10.0 hooks: - id: black #args: [--line-length, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.6.9 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.11.2 hooks: - id: mypy