diff --git a/{{cookiecutter.plugin_name}}/.pre-commit-config.yaml b/{{cookiecutter.plugin_name}}/.pre-commit-config.yaml index d0391ab..51ed87d 100644 --- a/{{cookiecutter.plugin_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.plugin_name}}/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace exclude: ^\.napari-hub/.* - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade