From 80ef34d42909e34fc6c69f90235f7060a8fa3d87 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 15:45:21 -0700 Subject: [PATCH] Black Formatting - travis # --- .pre-commit-config.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 7e2b11f..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -repos: -- repo: https://github.com/python/black - rev: stable - hooks: - - id: black - language_version: python3 -- repo: https://github.com/sebdah/git-pylint-commit-hook - rev: 2.5.1 - hooks: - - id: pylint - language_version: python3