diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a026de6ff3..9147f6e825 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: additional_dependencies: [pyyaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.277 + rev: v0.0.281 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -74,6 +74,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade