File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 5
5
- id : isort
6
6
7
7
- repo : https://github.com/psf/black-pre-commit-mirror
8
- rev : 24.4.0
8
+ rev : 24.4.2
9
9
hooks :
10
10
- id : black
11
11
@@ -20,11 +20,11 @@ repos:
20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/tox-dev/pyproject-fmt
23
- rev : 1.8.0
23
+ rev : 2.1.3
24
24
hooks :
25
25
- id : pyproject-fmt
26
26
27
27
- repo : https://github.com/abravalheri/validate-pyproject
28
- rev : v0.16
28
+ rev : v0.18
29
29
hooks :
30
30
- id : validate-pyproject
Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ keywords = [
18
18
" translation" ,
19
19
" utilities" ,
20
20
]
21
- license = {text = " MIT" }
22
- authors = [{
name =
" egeakman" ,
email =
" [email protected] " }]
21
+ license = { text = " MIT" }
22
+ authors = [
23
+ {
name =
" egeakman" ,
email =
" [email protected] " },
24
+ ]
23
25
requires-python = " >=3.10"
24
26
classifiers = [
25
27
" Development Status :: 5 - Production/Stable" ,
@@ -41,15 +43,15 @@ dynamic = [
41
43
dependencies = [
42
44
" sphinx" ,
43
45
]
44
- [project .urls ]
45
- Homepage = " https://github.com/egeakman/python-docs-bootstrapper"
46
- Issues = " https://github.com/egeakman/python-docs-bootstrapper/issues"
47
- Releases = " https://github.com/egeakman/python-docs-bootstrapper/releases"
48
- [project .scripts ]
49
- bootstrapper = " bootstrapper.bootstrapper:main"
46
+ urls.Homepage = " https://github.com/egeakman/python-docs-bootstrapper"
47
+ urls.Issues = " https://github.com/egeakman/python-docs-bootstrapper/issues"
48
+ urls.Releases = " https://github.com/egeakman/python-docs-bootstrapper/releases"
49
+ scripts.bootstrapper = " bootstrapper.bootstrapper:main"
50
50
51
51
[tool .hatch .build ]
52
- packages = [" bootstrapper" ]
52
+ packages = [
53
+ " bootstrapper" ,
54
+ ]
53
55
isolated = true
54
56
55
57
[tool .hatch .build .force-include ]
You can’t perform that action at this time.
0 commit comments