diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ec6ec6596e..9c75b92c745 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: - flake8-no-implicit-concat==0.3.4 - flake8-requirements==1.7.8 - repo: https://github.com/PyCQA/isort - rev: '6.1.0' + rev: '7.0.0' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -99,7 +99,7 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.20.0' + rev: 'v3.21.0' hooks: - id: pyupgrade args: ['--py37-plus']