From eba53cd1379f6ad04bef679d825dfa8d5156e5ca Mon Sep 17 00:00:00 2001 From: Carlos Gonzalez <c.gonzalez.calaza@fz-juelich.de> Date: Tue, 7 Dec 2021 14:07:50 +0100 Subject: [PATCH] Revert .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdcd5a721..18e8e9ad0 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] -- GitLab