From 7c713a28cba317751ae5cff9537e867705976d23 Mon Sep 17 00:00:00 2001 From: autobump Date: Fri, 2 Sep 2022 00:19:06 +0000 Subject: [PATCH 1/6] =?UTF-8?q?Bump=20version:=200.1.0.dev10=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 86934b0..7ec8e7c 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev10" +__version__ = "0.1.0.dev11" From d4b351df300640d3d2189d0e6d1756e38bb024eb Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:19:26 -0500 Subject: [PATCH 2/6] Example flake8 error --- hatch_version_action_example/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 8ecc75f..2e4cfc6 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,3 +1,5 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT + +None == None From 627c25c4a1b485a6821ff76f444e1f82f02a5ee6 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:20:32 -0500 Subject: [PATCH 3/6] Example pytest failure --- hatch_version_action_example/__init__.py | 2 -- tests/test_me.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 2e4cfc6..8ecc75f 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,5 +1,3 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT - -None == None diff --git a/tests/test_me.py b/tests/test_me.py index 7adb7d4..2c37718 100644 --- a/tests/test_me.py +++ b/tests/test_me.py @@ -1,2 +1,2 @@ def test_me(): - assert True + assert False From a2bae73792ab98e559e6527ab1a3298e7c0af8c0 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:22:18 -0500 Subject: [PATCH 4/6] Example missing dependency --- pyproject.toml | 1 - tests/test_me.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 247e013..4fda37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,6 @@ dev = [ "black", "isort", "seed-isort-config", - "flake8", "pytest", "pytest-cov", "pytest-mock", diff --git a/tests/test_me.py b/tests/test_me.py index 2c37718..7adb7d4 100644 --- a/tests/test_me.py +++ b/tests/test_me.py @@ -1,2 +1,2 @@ def test_me(): - assert False + assert True From d695488bb06b4c1397c4525eb8f3394542073ae8 Mon Sep 17 00:00:00 2001 From: autobump Date: Fri, 2 Sep 2022 00:23:15 +0000 Subject: [PATCH 5/6] =?UTF-8?q?Bump=20version:=200.1.0.dev11=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 7ec8e7c..460afe6 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev11" +__version__ = "0.1.0.dev12" From 90462f0182d2fe7fe728777cf30e978e3f06016d Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:25:11 -0500 Subject: [PATCH 6/6] Example missing dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fda37a..a690717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ dev = [ "black", "isort", "seed-isort-config", + "flake8", "pytest", "pytest-cov", "pytest-mock", @@ -49,7 +50,6 @@ dependencies = [ "black", "isort", "seed-isort-config", - "flake8", "pytest", "pytest-cov", "pytest-mock",