diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6fd7e95f0..35d13bcb3 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.12.0 + rev: 5.13.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8