Skip to content

Commit 898054d

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent f88debe commit 898054d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
]
77

88
[project]
9-
authors = [{ "email" = "[email protected]", "name" = "Sorin Sbarnea" }]
9+
authors = [{"email" = "[email protected]", "name" = "Sorin Sbarnea"}]
1010
classifiers = [
1111
"Development Status :: 5 - Production/Stable",
1212
"Environment :: Console",
@@ -30,8 +30,8 @@ classifiers = [
3030
description = "Ansible compatibility goodies"
3131
dynamic = ["version", "dependencies", "optional-dependencies"]
3232
keywords = ["ansible"]
33-
license = { text = "MIT" }
34-
maintainers = [{ "email" = "[email protected]", "name" = "Sorin Sbarnea" }]
33+
license = {text = "MIT"}
34+
maintainers = [{"email" = "[email protected]", "name" = "Sorin Sbarnea"}]
3535
name = "ansible-compat"
3636
readme = "README.md"
3737
# https://peps.python.org/pep-0621/#readme
@@ -403,9 +403,9 @@ known-third-party = ["packaging"]
403403
convention = "google"
404404

405405
[tool.setuptools.dynamic]
406-
dependencies = { file = [".config/requirements.in"] }
407-
optional-dependencies.docs = { file = [".config/requirements-docs.in"] }
408-
optional-dependencies.test = { file = [".config/requirements-test.in"] }
406+
dependencies = {file = [".config/requirements.in"]}
407+
optional-dependencies.docs = {file = [".config/requirements-docs.in"]}
408+
optional-dependencies.test = {file = [".config/requirements-test.in"]}
409409

410410
[tool.setuptools_scm]
411411
# To prevent accidental pick of mobile version tags such 'v6'

0 commit comments

Comments
 (0)