Skip to content

Commit

Permalink
Remove flake8 for codestyle since we will use Black from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSilva committed Jun 28, 2019
1 parent 1efb65c commit 61087f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 66 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ requests = "*"
[dev-packages]
tox = "*"
pre_commit = "*"
"flake8" = "*"
mock = "*"
twine = "*"
coverage = "*"
Expand Down
72 changes: 9 additions & 63 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ deps =
commands =
pip install --upgrade pip
pip install pipenv black
pipenv install --dev
pipenv run flake8 behave_testrail_reporter
pipenv run black --check --diff .

[flake8]
Expand Down

0 comments on commit 61087f8

Please sign in to comment.