diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f01ca4..daccebb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -37,7 +37,7 @@ repos: args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120] - repo: https://github.com/omnilib/ufmt - rev: v2.3.0 + rev: v2.5.1 hooks: - id: ufmt additional_dependencies: @@ -66,7 +66,7 @@ repos: #- flake8-simplify - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.9 + rev: v0.3.4 hooks: - id: ruff args: ["--fix"]