Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Do not depend on flask-views package #121

Merged
merged 3 commits into from
Aug 26, 2019
Merged

Conversation

mpessas
Copy link
Contributor

@mpessas mpessas commented Aug 21, 2019

The package only uses 1 which just sets self.args and self.kwargs that
are not used anywhere.

@mpessas mpessas force-pushed the drop-flask-views-dependency branch 8 times, most recently from a232b96 to d77c48c Compare August 21, 2019 07:16
The package only uses [1] which just sets ``self.args`` and ``self.kwargs`` that
are not used anywhere.

[1]: https://github.com/brocaar/flask-views/blob/master/flask_views/base.py#L5-L36
@mpessas mpessas force-pushed the drop-flask-views-dependency branch from d77c48c to 760218c Compare August 23, 2019 12:37
@mpessas mpessas requested a review from tsx August 23, 2019 12:48
Copy link
Contributor

@tsx tsx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM apart from one comment.

- run:
name: Lint
command: pipenv run flake8
command: pip install --user -r $REQUIREMENTS_FILE nose flake8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably did not intend to replace running (pipenv run) flake8 with installing it? It's already installed as part of requirements.txt.

@mpessas mpessas force-pushed the drop-flask-views-dependency branch from 2ac34ef to a297af8 Compare August 26, 2019 05:23
@mpessas mpessas merged commit 9a04099 into master Aug 26, 2019
@mpessas mpessas deleted the drop-flask-views-dependency branch August 26, 2019 05:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants