File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,14 @@ repos:
27
27
- -b main
28
28
- id : trailing-whitespace
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
- # Ruff version.
31
30
rev : v0.8.6
32
31
hooks :
33
32
- id : ruff
34
33
args : [--fix, --exit-non-zero-on-fix]
34
+ - repo : https://github.com/abravalheri/validate-pyproject
35
+ rev : v0.23
36
+ hooks :
37
+ - id : validate-pyproject
35
38
- repo : https://github.com/adrienverge/yamllint.git
36
39
rev : v1.35.1
37
40
hooks :
Original file line number Diff line number Diff line change @@ -8,15 +8,17 @@ authors = [
8
8
]
9
9
description = " Python interface to the Sectigo Certificate Manager REST API"
10
10
dynamic = [ " dependencies" ]
11
- homepage = " https://github.com/broadinstitute/python-cert_manager.git"
12
11
keywords = [" sectigo" , " comodo" , " certificate" ]
13
- license = " BSD-3-Clause"
12
+ license = { text = " BSD-3-Clause" }
14
13
name = " cert_manager"
15
14
readme = " README.md"
16
- repository = " https://github.com/broadinstitute/python-cert_manager.git"
17
15
requires-python = " >=3.9,<4.0.0"
18
16
version = " 2.4.0"
19
17
18
+ [project .urls ]
19
+ homepage = " https://github.com/broadinstitute/python-cert_manager.git"
20
+ repository = " https://github.com/broadinstitute/python-cert_manager.git"
21
+
20
22
[tool .poetry .dependencies ]
21
23
requests = " ^2.32.3"
22
24
toml = " ^0.10.2"
You can’t perform that action at this time.
0 commit comments