Skip to content

Commit 13f4bfe

Browse files
committed
build: added pyproject.toml
1 parent f3ed5bd commit 13f4bfe

File tree

2 files changed

+257
-0
lines changed

2 files changed

+257
-0
lines changed

poetry.lock

Lines changed: 241 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tool.poetry]
2+
name = "commitlint-pre-commit-hook"
3+
version = "2.2.3"
4+
description = "A @commitlint/cli hook for pre-commit"
5+
authors = ["Alessandro Cuppari <[email protected]>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.6.1"
10+
11+
[tool.poetry.dev-dependencies]
12+
pre-commit = "^2.6.0"
13+
14+
[build-system]
15+
requires = ["poetry>=0.12"]
16+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)