Skip to content

Commit d8b6bde

Browse files
committed
chore: update pyproject to match latest specs & update deps
1 parent c5d67b0 commit d8b6bde

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

poetry.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-boilerplate"
33
version = "0.1.0"
44
description = "Python boilerplate"
5-
authors = ["Samuel MARLHENS <samuel.marlhens@gmail.com>"]
5+
authors = ["Samuel MARLHENS <samuel.marlhens@proton.me>"]
66
packages = [
77
{ include = "*", from = "src" }
88
]
@@ -17,7 +17,7 @@ myapplication = "myapplication.main:main"
1717
[tool.poetry.dependencies]
1818
python = "^3.12"
1919

20-
[tool.poetry.dev-dependencies]
20+
[tool.poetry.group.dev.dependencies]
2121
pytest = "8.2.2"
2222
pytest-cov = "5.0.0"
2323
mypy = "1.10.0"
@@ -88,6 +88,6 @@ extend-select = [
8888
"W",
8989
]
9090

91-
[mypy]
91+
[tool.mypy]
9292
files = ["src"]
9393
strict = "true"

0 commit comments

Comments
 (0)