diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cb51320..3e97cb9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade args: @@ -33,7 +33,7 @@ repos: - id: blackdoc - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.8.6 hooks: - id: ruff types_or: [python, pyi, jupyter]