Skip to content

Commit 94b9cee

Browse files
committed
Adding URLs to repo
1 parent bae0453 commit 94b9cee

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.4.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -15,19 +15,19 @@ repos:
1515
- id: fix-byte-order-marker
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.32.1
18+
rev: v3.3.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [ "--py37-plus" ]
2222
exclude: ^cfn_kafka_admin/models/
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 23.1.0
2626
hooks:
2727
- id: black
2828

2929
- repo: https://github.com/asottile/blacken-docs
30-
rev: v1.12.1
30+
rev: 1.13.0
3131
hooks:
3232
- id: blacken-docs
3333
additional_dependencies: [ black ]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: seed-isort-config
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.10.1
39+
rev: 5.12.0
4040
hooks:
4141
- id: isort
4242
args: [ "--profile", "black", "--filter-files" ]

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ classifiers = [
1313
"Programming Language :: Python :: 3.10",
1414
]
1515
readme = "README.rst"
16+
[tool.poetry.urls]
17+
"Source" = "https://github.com/compose-x/cfn-kafka-admin"
18+
"Bug Tracker" = "https://github.com/compose-x/cfn-kafka-admin/issues"
1619

1720
[tool.poetry.dependencies]
1821
python = "^3.8"

0 commit comments

Comments
 (0)