File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ repos:
68
68
rev : 0.29.3
69
69
hooks :
70
70
- id : check-github-actions
71
+ - repo : https://github.com/tox-dev/pyproject-fmt
72
+ rev : 2.3.1
73
+ hooks :
74
+ - id : pyproject-fmt
75
+ # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
76
+ additional_dependencies : [tox>=4.9]
71
77
ci :
72
78
skip :
73
79
- actionlint-docker
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
+ build-backend = " setuptools.build_meta"
3
+
2
4
requires = [
3
- " setuptools>=51.0" ,
5
+ " setuptools>=51" ,
6
+ " setuptools-scm[toml]>=6.2" ,
4
7
" wheel>=0.36" ,
5
- " setuptools_scm[toml]>=6.2"
6
8
]
7
- build-backend = " setuptools.build_meta"
8
9
9
10
[tool .setuptools_scm ]
10
11
write_to = " pytest_asyncio/_version.py"
You can’t perform that action at this time.
0 commit comments