Commit 0afaa69
Unpin pylint version and fix some lint warnings (#484)
* Fix unused import pandas lint warning on conversion.py
* Fix R1721: Unnecessary use of a comprehension
* Fix C0103: Variable name "v" doesn't conform
* Fix W1510: Using subprocess.run without explicitly set `check`
* Refresh pylintrc while keeping some old settings
* Fix C0415: Import outside toplevel
* Fix R1721: Unnecessary use of a comprehension
* Fix E0401: Unable to import
* Refactor text to reduce number of if-branches
* Simplify is_nonstr_iter into oneliner.
* Allow any import level for clib and clib.Session
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>1 parent 516e799 commit 0afaa69
File tree
8 files changed
+382
-201
lines changed- pygmt
- clib
- helpers
- tests
8 files changed
+382
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments