diff options
-rw-r--r-- | .circleci/config.yml | 2 |
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: | |