From 578aeb4882c6515751a2dbb545f64c869bb3ccd8 Mon Sep 17 00:00:00 2001 From: Abhiraj Bishnoi <a.bishnoi@fz-juelich.de> Date: Fri, 19 Nov 2021 05:30:53 +0100 Subject: [PATCH] Update .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