File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11repos :
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 ]
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" ]
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ classifiers = [
1313 " Programming Language :: Python :: 3.10" ,
1414]
1515readme = " 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 ]
1821python = " ^3.8"
You can’t perform that action at this time.
0 commit comments