diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3a6506..d552c4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: exclude: 'setup.cfg' - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.1' + rev: 'v3.13.0' hooks: - id: pyupgrade args: @@ -21,11 +21,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.3.0' + rev: '23.9.1' hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8 args: