File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 hooks :
55 - id : pyupgrade
66 args : [--py37-plus]
7- - repo : https://github.com/asottile/setup-cfg -fmt
8- rev : v2.2.0
9- hooks :
10- - id : setup-cfg -fmt
11- args : [--include-version-classifiers]
7+ - repo : https://github.com/tox-dev/pyproject -fmt
8+ rev : " 0.4.1 "
9+ hooks :
10+ - id : pyproject -fmt
11+
1212- repo : https://github.com/psf/black
1313 rev : 22.12.0
1414 hooks :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" , " hatch-vcs" ]
32build-backend = " hatchling.build"
3+ requires = [
4+ " hatch-vcs" ,
5+ " hatchling" ,
6+ ]
47
58[project ]
69name = " iniconfig"
7- dynamic = [" version" ]
810description = " brain-dead simple config-ini parsing"
911readme = " README.rst"
1012license = " MIT"
11- requires-python = " >=3.7"
1213authors = [
1314 { name = " Ronny Pfannschmidt" , email = " opensource@ronnypfannschmidt.de" },
1415 { name = " Holger Krekel" , email = " holger.krekel@gmail.com" },
1516]
17+ requires-python = " >=3.7"
18+ dynamic = [
19+ " version" ,
20+ ]
1621classifiers = [
1722 " Development Status :: 4 - Beta" ,
1823 " Intended Audience :: Developers" ,
@@ -30,10 +35,10 @@ classifiers = [
3035 " Topic :: Software Development :: Libraries" ,
3136 " Topic :: Utilities" ,
3237]
33-
3438[project .urls ]
3539Homepage = " https://github.com/pytest-dev/iniconfig"
3640
41+
3742[tool .hatch .version ]
3843source = " vcs"
3944
@@ -62,4 +67,4 @@ strict = true
6267
6368
6469[tool .pytest .ini_options ]
65- testpaths = " testing"
70+ testpaths = " testing"
You can’t perform that action at this time.
0 commit comments