Skip to content

Commit e67ab44

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 29274a9 commit e67ab44

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,12 @@ dev = [
4545
[tool.setuptools]
4646
packages = [ "iniconfig" ]
4747
package-dir = { "" = "src" }
48-
49-
[tool.setuptools.package-data]
50-
iniconfig = [ "py.typed" ]
48+
package-data.iniconfig = [ "py.typed" ]
5149

5250
[tool.setuptools_scm]
5351
write_to = "src/iniconfig/_version.py"
5452

5553
[tool.ruff]
56-
5754
lint.extend-select = [
5855
"B", # flake8-bugbear
5956
"I", # isort
@@ -63,8 +60,8 @@ lint.extend-select = [
6360
lint.isort.force-single-line = true
6461
lint.isort.known-first-party = [ "iniconfig" ]
6562

66-
[tool.pytest.ini_options]
67-
testpaths = "testing"
63+
[tool.pytest]
64+
ini_options.testpaths = "testing"
6865

6966
[tool.mypy]
7067
strict = true

0 commit comments

Comments
 (0)