diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3892393..681b63f 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.5.0' + rev: 'v4.6.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.15.1' + rev: 'v3.16.0' hooks: - id: pyupgrade args: @@ -21,17 +21,17 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.2.0' + rev: '24.4.2' hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: '7.0.0' + rev: '7.1.0' hooks: - id: flake8 args: - --max-line-length=100 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.1 + rev: 1.8.5 hooks: - id: nbqa-pyupgrade args: