Skip to content

Commit

Permalink
Add: Add pontos as dev dependency for version management
Browse files Browse the repository at this point in the history
Use pontos for version management and increase version to 23.1.0.dev1
  • Loading branch information
bjoernricks committed Jan 25, 2023
1 parent f898508 commit 36d9924
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 34 deletions.
5 changes: 5 additions & 0 deletions autohooks/plugins/mypy/__version__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pylint: disable=invalid-name

# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!

__version__ = "23.1.0.dev1"
60 changes: 27 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autohooks-plugin-mypy"
version = "0.1.4"
version = "23.1.0.dev1"
description = "An autohooks plugin for python code static typing check with mypy"
authors = ["Vincent Texier <vit@free.fr>", "Greenbone Networks GmbH <info@greenbone.net>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -39,6 +39,7 @@ autohooks = ">=21.7.0"
mypy = ">=0.910,<1.0"

[tool.poetry.dev-dependencies]
pontos = ">=23.1.3"
autohooks-plugin-black = ">=21.7.1"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-isort = ">=22.3.0"
Expand All @@ -57,3 +58,6 @@ pre-commit = [

[tool.isort]
profile = "black"

[tool.pontos.version]
version-module-file = "autohooks/plugins/mypy/__version__.py"

0 comments on commit 36d9924

Please sign in to comment.