aboutsummaryrefslogtreecommitdiffstats
path: root/.snekrc
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 13:43:09 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 13:43:09 +0000
commit9bd70adf19d35ab90c45e3436cf55e51c223c79c (patch)
tree03e09cf6aaae473d38c1c1a561198c6e482afafc /.snekrc
parentdo you want a venv or not... (diff)
Disable yapf
Diffstat (limited to '.snekrc')
-rw-r--r--.snekrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.snekrc b/.snekrc
index 771ff182..b03b9a92 100644
--- a/.snekrc
+++ b/.snekrc
@@ -1,5 +1,5 @@
[all]
-linters = flake8, yapf, isort
+linters = flake8, isort
[flake8]
max-line-length = 79