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:
6868 rev : 0.29.3
6969 hooks :
7070 - 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]
7177ci :
7278 skip :
7379 - actionlint-docker
Original file line number Diff line number Diff line change 11[build-system ]
2+ build-backend = " setuptools.build_meta"
3+
24requires = [
3- " setuptools>=51.0" ,
5+ " setuptools>=51" ,
6+ " setuptools-scm[toml]>=6.2" ,
47 " wheel>=0.36" ,
5- " setuptools_scm[toml]>=6.2"
68]
7- build-backend = " setuptools.build_meta"
89
910[tool .setuptools_scm ]
1011write_to = " pytest_asyncio/_version.py"
You can’t perform that action at this time.
0 commit comments