diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdcd5a72195f0bd7647e5c61f3aa3208776488c4..18e8e9ad02688bc37d5eca4f8135eb053190b1a6 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: 'v1.5.7' # Use the sha / tag you want to point at + rev: '' # Use the sha / tag you want to point at hooks: - id: autopep8 types: [file]