diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6108d7..eb3983b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: types: - python - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort name: isort (python) @@ -47,7 +47,7 @@ repos: - id: python-check-blanket-noqa - id: python-use-type-annotations - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3.12 @@ -58,7 +58,7 @@ repos: additional_dependencies: - black>=24.8 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.9.2 + rev: v0.9.3 hooks: - id: ruff types_or: [ python, pyi, jupyter ]