Skip to content

Commit bf6d1a1

Browse files
committed
update README
1 parent 89cc6d8 commit bf6d1a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pylint \
3131
nan-numpy,chain-indexing-pandas,datatype-pandas,\
3232
column-selection-pandas,merge-parameter-pandas,inplace-pandas,\
3333
dataframe-conversion-pandas,scaler-missing-scikitlearn,hyperparameters-scikitlearn,\
34-
hyperparameter-tensorflow,hyperparameter-pytorch,memory-release-tensorflow,\
34+
hyperparameters-tensorflow,hyperparameters-pytorch,memory-release-tensorflow,\
3535
deterministic-pytorch,randomness-control-numpy,randomness-control-scikitlearn,\
3636
randomness-control-tensorflow,randomness-control-pytorch,randomness-control-dataloader-pytorch,\
3737
missing-mask-tensorflow,missing-mask-pytorch,tensor-array-tensorflow,\

docs/pylint-configuration-examples/pylintrc-with-only-dslinter-settings/.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ enable=import,
7878
dataframe-conversion-pandas,
7979
scaler-missing-scikitlearn,
8080
hyperparameters-scikitlearn,
81-
hyperparameter-tensorflow,
82-
hyperparameter-pytorch,
81+
hyperparameters-tensorflow,
82+
hyperparameters-pytorch,
8383
memory-release-tensorflow,
8484
deterministic-pytorch,
8585
randomness-control-numpy,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ skip = 'scripts'
2222

2323
[tool.poetry]
2424
name = "dslinter"
25-
version = "2.0.2"
25+
version = "2.0.3"
2626
description = "`dslinter` is a pylint plugin for linting data science and machine learning code. We plan to support the following Python libraries: TensorFlow, PyTorch, Scikit-Learn, Pandas, NumPy and SciPy."
2727

2828
license = "GPL-3.0 License"

0 commit comments

Comments
 (0)