Skip to content

Commit 1675b11

Browse files
author
thenamesweretakenalready
committed
🎨 Remove flake8, may re-introduce in future
1 parent 5ee5f91 commit 1675b11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
paths:
3737
- /home/circleci/.cache/pypoetry/virtualenvs
3838

39-
# Another step, run flake8
40-
- run:
41-
name: Run flake8
42-
command: |
43-
poetry run flake8 .
4439

4540
# Last step, runs our tests ommiting the dependencies path (so we don't take their coverage into account)
4641
# And send our coverage somewhere, in this case, coveralls

0 commit comments

Comments
 (0)