Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable flake8 #528

Open
molinav opened this issue Dec 29, 2021 · 2 comments
Open

Enable flake8 #528

molinav opened this issue Dec 29, 2021 · 2 comments
Assignees
Milestone

Comments

@molinav
Copy link
Member

molinav commented Dec 29, 2021

In the context of fixing current issues within basemap, one easy step is to use static analysis tools, since they can catch the most evident problems.

I open this issue as a reminder to enable flake8 in the development workflow; flake8 will catch the most evident code mistakes, and it will also give advice on changes that will make the code more pep8-compliant. Enabling pylint at this moment is not recommended, because it will complain too much.

@molinav molinav self-assigned this Dec 29, 2021
@molinav
Copy link
Member Author

molinav commented Dec 29, 2021

Ideally we should run flake8 also in the examples. I remember that once I tried to run all of them and some were triggering errors (I cannot remember more details).

@WeatherGod
Copy link
Member

WeatherGod commented Dec 29, 2021 via email

@molinav molinav added this to the v1.4.0 milestone Aug 23, 2023
@molinav molinav modified the milestones: v1.4.0, v1.5.0 Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants