From dc06a1dc06fe4ae90ebdde4b3a433b65a4bf5ce0 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Wed, 1 Jan 2020 21:14:41 -0500 Subject: [PATCH] trying out the black hook --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..f87f1063 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: +- repo: https://github.com/ambv/black + rev: stable + hooks: + - id: black + language_version: python3.7