aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml22
-rw-r--r--.snekrc4
2 files changed, 0 insertions, 26 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index 60188d87..00000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-version: 2
-jobs:
- build:
- docker:
- - image: circleci/python:3.6.1
- working_directory: ~/repo
-
- steps:
- - checkout
- - run:
- name: install dependencies
- command: |
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
- pip install snekchek flake8 isort
- - run:
- name: lint code
- command: |
- . venv/bin/activate
- snekchek
- \ No newline at end of file
diff --git a/.snekrc b/.snekrc
index 448330c7..860f30b6 100644
--- a/.snekrc
+++ b/.snekrc
@@ -5,8 +5,4 @@ linters = flake8, isort
max-line-length = 79
exclude=venv
-[yapf]
-
-[style]
-
[isort] \ No newline at end of file