diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcd09411..aba8c046 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,25 +1,25 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 6.0.0 hooks: - id: isort name: isort (python) - repo: https://github.com/asottile/pyupgrade - rev: v3.4.0 + rev: v3.19.1 hooks: - id: pyupgrade #- repo: https://github.com/pycqa/pylint @@ -27,6 +27,6 @@ repos: # hooks: # - id: pylint - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.8.1 hooks: - id: nbstripout