Skip to content

Commit 0afaa69

Browse files
weiji14seisman
andauthored
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 <[email protected]>
1 parent 516e799 commit 0afaa69

File tree

8 files changed

+382
-201
lines changed

8 files changed

+382
-201
lines changed

.azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
vmImage: 'ubuntu-16.04'
2222

2323
variables:
24-
CONDA_INSTALL_EXTRA: "black flake8 pylint=2.2.2"
24+
CONDA_INSTALL_EXTRA: "black flake8 pylint"
2525
PYTHON: '3.7'
2626

2727
steps:

0 commit comments

Comments
 (0)