diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78ce80e..6d73767 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black args: [--preview] @@ -36,7 +36,7 @@ repos: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.357 + rev: v1.1.358 hooks: - id: pyright # ignore warnings about new version being available, no other warnings @@ -78,7 +78,7 @@ repos: args: ['--markdown-linebreak-ext=md,markdown'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.3.7 hooks: - id: ruff