diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18e8e9ad02688bc37d5eca4f8135eb053190b1a6..e6202cf37c7658f2d83e9d98ef83737e49e00728 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: '' # Use the sha / tag you want to point at + rev: 'v1.6.0' # Use the sha / tag you want to point at hooks: - id: autopep8 types: [file]