diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 681b63f..35edc05 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: end-of-file-fixer exclude: 'setup.cfg' @@ -11,7 +11,7 @@ repos: exclude: 'setup.cfg' - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v3.16.0' + rev: 'v3.17.0' hooks: - id: pyupgrade args: @@ -21,17 +21,17 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.4.2' + rev: '24.8.0' hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: '7.1.0' + rev: '7.1.1' hooks: - id: flake8 args: - --max-line-length=100 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade args: