matplotlib / matplotlib/basemap

Enable flake8

Open
#528 2 comments 0 reactions 1 assignee View on GitHub

@molinav is already working on this.

Since Dec 29, 2021.

Dominant language
Python
Stars
817
Forks
395
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.