summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2019-10-23 14:11:44 -0700
committerOwen Stephens <owen@owenstephens.co.uk>2019-10-23 22:11:44 +0100
commitf25e49555aa53c740baaf685e9ed4b34a0a5b6f2 (patch)
tree4675dece773edddbc6060540ca17d8d03533cb6c /.pre-commit-config.yaml
parenta713b5d08b0fae4e55066f5438522a173f79606b (diff)
Fix the condition for <enter> key. (#1114)
* Fix the condition for <enter> key. * Improve the debug message and remove debug statement.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 52ea4ebf..b970ac5e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
repos:
-- repo: https://github.com/ambv/black
+- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
- language_version: python3.6
+ language_version: python3.7