updated formatter config

This commit is contained in:
Daniel Fichtinger 2025-07-14 16:06:24 -04:00
parent 04948a9373
commit 27178dc6d8

View file

@ -62,7 +62,7 @@ allowedUntypedLibraries = ["frontmatter", "pygments", "pymdownx", "l2m4m"]
[tool.ruff]
line-length = 70
indent-width = 4
target-version = "py311"
target-version = "py312"
[tool.ruff.lint]
fixable = ["ALL"]