diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f6118f..25a5b67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -36,7 +36,7 @@ repos: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.372 + rev: v1.1.373 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.5.4 + rev: v0.5.5 hooks: - id: ruff