diff --git a/README.md b/README.md index b9ec1b3..841754d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pylint \ nan-numpy,chain-indexing-pandas,datatype-pandas,\ column-selection-pandas,merge-parameter-pandas,inplace-pandas,\ dataframe-conversion-pandas,scaler-missing-scikitlearn,hyperparameters-scikitlearn,\ -hyperparameter-tensorflow,hyperparameter-pytorch,memory-release-tensorflow,\ +hyperparameters-tensorflow,hyperparameters-pytorch,memory-release-tensorflow,\ deterministic-pytorch,randomness-control-numpy,randomness-control-scikitlearn,\ randomness-control-tensorflow,randomness-control-pytorch,randomness-control-dataloader-pytorch,\ missing-mask-tensorflow,missing-mask-pytorch,tensor-array-tensorflow,\ diff --git a/docs/pylint-configuration-examples/pylintrc-with-only-dslinter-settings/.pylintrc b/docs/pylint-configuration-examples/pylintrc-with-only-dslinter-settings/.pylintrc index df56102..d105b72 100644 --- a/docs/pylint-configuration-examples/pylintrc-with-only-dslinter-settings/.pylintrc +++ b/docs/pylint-configuration-examples/pylintrc-with-only-dslinter-settings/.pylintrc @@ -78,8 +78,8 @@ enable=import, dataframe-conversion-pandas, scaler-missing-scikitlearn, hyperparameters-scikitlearn, - hyperparameter-tensorflow, - hyperparameter-pytorch, + hyperparameters-tensorflow, + hyperparameters-pytorch, memory-release-tensorflow, deterministic-pytorch, randomness-control-numpy, diff --git a/pyproject.toml b/pyproject.toml index 9168fc6..6b9c8b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ skip = 'scripts' [tool.poetry] name = "dslinter" -version = "2.0.2" +version = "2.0.3" 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." license = "GPL-3.0 License"