diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3a6506..3fa6193 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.4.0' + rev: 'v4.5.0' hooks: - id: end-of-file-fixer exclude: 'setup.cfg' @@ -11,27 +11,27 @@ repos: exclude: 'setup.cfg' - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.1' + rev: 'v3.15.0' hooks: - id: pyupgrade args: - --py36-plus - repo: https://github.com/PyCQA/isort - rev: '5.12.0' + rev: '5.13.2' hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.3.0' + rev: '23.12.1' hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8 args: - --max-line-length=100 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.7.1 hooks: - id: nbqa-pyupgrade args: