diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 322ac19..561a66c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,22 +1,22 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: check-yaml - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/nbQA-dev/nbQA - rev: 1.5.2 + rev: 1.9.1 hooks: - id: nbqa-black - id: nbqa-isort # - id: nbqa-flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort # - repo: https://github.com/pycqa/flake8