diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 204c5f6..48d534b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,12 +18,12 @@ repos: ] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/bwhmather/ssort - rev: 0.12.4 + rev: 0.13.0 hooks: - id: ssort @@ -47,17 +47,17 @@ repos: # ] - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black #args: [--line-length, "88"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.4.4 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.10.0 hooks: - id: mypy