diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36397ceb..71788ac5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: check-json - id: check-yaml - repo: https://github.com/asottile/pyupgrade - rev: 'v3.3.1' + rev: 'v3.8.0' hooks: - id: pyupgrade args: @@ -32,7 +32,7 @@ repos: - id: isort exclude: '(?:extern/.*)' - repo: https://github.com/psf/black - rev: '23.1.0' + rev: '23.3.0' hooks: - id: black exclude: '(?:extern/.*)' @@ -53,7 +53,7 @@ repos: 'flake8-comprehensions==3.8.0', ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.1 + rev: 1.7.0 hooks: - id: nbqa-pyupgrade args: