• Virgile Andreani's avatar
    Some pylint and pyupgrade cleanups (#29) · 491f93ed
    Virgile Andreani 提交于
    * Fix line endings of empty files
    
    * Use `not in` for membership test
    
    * Remove unused imports
    
    * Fix implicit string concatenation
    
    * Remove python 2 coding statement
    
    * Change python2's Text into str
    
    * Remove useless linebreaks
    
    * Remove useless parentheses
    
    * Use new-style dictionary and set constructors
    
    * There is no more IOError (alias to OSError now)
    
    * Use .format instead of % string interpolation
    
    * Use super() without redundant arguments
    
    * Remove redundant read flag from open
    
    * Avoid building lists unnecessarily
    
    * Use f-strings with python 3.6
    
    * Black reformat
    Co-authored-by: 's avatarMichael Osthege <michael.osthege@outlook.com>
    491f93ed
名称
最后提交
最后更新
..
nnet 正在载入提交数据...
random 正在载入提交数据...
rewriting 正在载入提交数据...
signal 正在载入提交数据...
__init__.py 正在载入提交数据...
_test_mpi_roundtrip.py 正在载入提交数据...
test_basic.py 正在载入提交数据...
test_blas.py 正在载入提交数据...
test_blas_c.py 正在载入提交数据...
test_blas_scipy.py 正在载入提交数据...
test_casting.py 正在载入提交数据...
test_complex.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_extra_ops.py 正在载入提交数据...
test_fft.py 正在载入提交数据...
test_fourier.py 正在载入提交数据...
test_gc.py 正在载入提交数据...
test_inplace.py 正在载入提交数据...
test_io.py 正在载入提交数据...
test_keepdims.py 正在载入提交数据...
test_math.py 正在载入提交数据...
test_math_scipy.py 正在载入提交数据...
test_merge.py 正在载入提交数据...
test_misc.py 正在载入提交数据...
test_mpi.py 正在载入提交数据...
test_nlinalg.py 正在载入提交数据...
test_shape.py 正在载入提交数据...
test_sharedvar.py 正在载入提交数据...
test_slinalg.py 正在载入提交数据...
test_sort.py 正在载入提交数据...
test_special.py 正在载入提交数据...
test_subtensor.py 正在载入提交数据...
test_type.py 正在载入提交数据...
test_type_other.py 正在载入提交数据...
test_utils.py 正在载入提交数据...
test_var.py 正在载入提交数据...
test_xlogx.py 正在载入提交数据...
utils.py 正在载入提交数据...