diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index c4e2852..83a4c3a 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -21,8 +21,8 @@ repos: hooks: - id: docformatter -- repo: https://github.com/humitos/mirrors-autoflake - rev: v1.1 +- repo: https://github.com/PyCQA/autoflake + rev: v2.3.1 hooks: - id: autoflake args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']