diff options
author | 2018-02-03 13:43:09 +0000 | |
---|---|---|
committer | 2018-02-03 13:43:09 +0000 | |
commit | 9bd70adf19d35ab90c45e3436cf55e51c223c79c (patch) | |
tree | 03e09cf6aaae473d38c1c1a561198c6e482afafc /.snekrc | |
parent | do you want a venv or not... (diff) |
Disable yapf
Diffstat (limited to '.snekrc')
-rw-r--r-- | .snekrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [all] -linters = flake8, yapf, isort +linters = flake8, isort [flake8] max-line-length = 79 |