diff --git a/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml b/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml index 1eaf0f2..abad4fe 100644 --- a/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: pyupgrade args: [--py3-plus] - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.9.0 hooks: - id: isort - repo: https://github.com/psf/black