From f352346c33fb256d7f8f258edc2a3cc2db1663cd Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 27 Nov 2017 23:32:04 +0200 Subject: [PATCH] Removed detect-aws-credentials, breaks CI. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73cc2cd..4f1f2f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,6 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-symlinks - - id: detect-aws-credentials - id: detect-private-key - id: flake8 exclude: pythonrc.py -- GitLab