Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Increase max-module-lines to 3000 (#805)
We have these linting issues because base_plotting.py is too long: ``` pygmt/base_plotting.py:1:0: C0302: Too many lines in module (2047/2000) (too-many-lines) ``` The problem will be fixed in #685, but it may take some time. This PR increases the max-module-lines to 3000 to temporarily disable the warning.
- Loading branch information