diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 010d293..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,14 +0,0 @@ -repos: - - repo: https://github.com/psf/black - rev: 19.10b0 - hooks: - - id: black - exclude: scripts - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.5.0 - hooks: - - id: end-of-file-fixer - - repo: https://github.com/pycqa/pydocstyle - rev: 5.0.2 - hooks: - - id: pydocstyle diff --git a/pyproject.toml b/pyproject.toml index 6b9c8b2..a7ecf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ skip = 'scripts' [tool.poetry] name = "dslinter" -version = "2.0.3" +version = "2.0.4" 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" diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index a0038b4..0000000 --- a/pytest.ini +++ /dev/null @@ -1,3 +0,0 @@ -[pytest] -filterwarnings = - ignore::DeprecationWarning:astroid.*: