Add black to dev dependencies and set some defaults
This commit is contained in:
@@ -15,6 +15,7 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
|
"black",
|
||||||
"mypy",
|
"mypy",
|
||||||
"types-PyYAML",
|
"types-PyYAML",
|
||||||
"types-Pygments",
|
"types-Pygments",
|
||||||
@@ -23,6 +24,9 @@ dev = [
|
|||||||
[project.scripts]
|
[project.scripts]
|
||||||
ossg = "omicron.ssg.cli:main"
|
ossg = "omicron.ssg.cli:main"
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
target-version = ["py314"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
strict = true
|
strict = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user