aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-02-03 13:45:07 +0000
committerGravatar JoeBanks13 <[email protected]>2018-02-03 13:45:07 +0000
commit3ac6cdcde0313f0f4fc2bc3865129ba1c14a1a03 (patch)
tree15e69a7266619cd8e4e44c7d6f7e89253f84a802
parentDisable yapf (diff)
y u do this??
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index dc0ed556..60188d87 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
- pip install snekchek yapf flake8 isort
+ pip install snekchek flake8 isort
- run:
name: lint code
command: |