From 5917bdd11ad348206a376d059020f10f6839f059 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Wed, 23 Dec 2020 13:36:40 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e453f4c..0d14cfa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: + - id: no-commit-to-branch - id: trailing-whitespace language: python - repo: https://github.com/ambv/black