diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc6de62..4811420 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,25 +3,25 @@ ci: exclude: '.*.weldx' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.5.2 + rev: 1.8.5 hooks: - id: nbqa-black - id: nbqa-isort