Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit a21c991a authored by Dorian Turba's avatar Dorian Turba
Browse files

fix all .toml

parent b42d6d02
No related branches found
No related tags found
No related merge requests found
Pipeline #28257 passed
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "black_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "flake8_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "isort_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "mypy_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
dependencies = [
"mypy",
]
[tool.mypy]
packages = "mypy_project"
python_version = "3.11"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "pytest_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
[project.optional-dependencies]
TESTS = [
"pytest",
]
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-rA -q --strict-markers"
minversion = "6.0"
testpaths = [
"tests",
"integration",
]
[project.optional-dependencies]
TESTS = [
"pytest",
"tests",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "python_install_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["hatchling"]
[project]
name = "ruff_project"
version = "0.1.0"
authors = [
{ name = "Author Name", email = "author.name@example.com" },
{email = "author.name@example.com", name = "Author Name"},
]
description = "A description of what the package is for."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment