diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 322ac19..277d45b 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: v4.5.0 hooks: - id: check-yaml - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/nbQA-dev/nbQA - rev: 1.5.2 + rev: 1.7.0 hooks: - id: nbqa-black - id: nbqa-isort # - id: nbqa-flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort # - repo: https://github.com/pycqa/flake8