From 18d3f93bc33913c1fceec479a004fb23f9de33ce Mon Sep 17 00:00:00 2001 From: Alexander Kozlov Date: Mon, 19 Aug 2024 15:45:37 +0000 Subject: [PATCH] revert changes --- .vscode/settings.json | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 75d01431..1c74547d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "python.linting.pylintEnabled": false, - "python.linting.flake8Enabled": true, + "python.linting.flake8Enabled": false, "python.formatting.provider": "none", "python.analysis.extraPaths": [ "${workspaceFolder}" @@ -43,6 +43,4 @@ "githubPullRequests.ignoredPullRequestBranches": [ "master" ], - "python.linting.pycodestyleEnabled": false, - "python.linting.enabled": true, } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ef422de1..99f8b4e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datapipe-core" -version = "0.14.0" +version = "0.14.0-alpha.2" description = "`datapipe` is a realtime incremental ETL library for Python application" readme = "README.md" repository = "https://github.com/epoch8/datapipe"