diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf66bbb5..9c334204 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: ["--py38-plus"] @@ -67,7 +67,7 @@ repos: - flake8-bugbear - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.11 + rev: v0.2.2 hooks: - id: ruff args: ["--fix"]