diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d13bcb3..845902662 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: ["--py37-plus", "--keep-percent-format"] exclude: ^(constructor/nsis/.*py) - repo: https://github.com/PyCQA/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/flake8