15676 update formatting

This commit is contained in:
Arthur 2024-04-10 13:22:10 -07:00
parent 57f64391fc
commit 97a18494fc

View File

@ -3,7 +3,7 @@
[tool.black] [tool.black]
line-length = 120 line-length = 120
target_version = ['3.10', '3.11', '3.12'] target_version = ['py310', 'py311', 'py312']
skip-string-normalization = true skip-string-normalization = true
[tool.isort] [tool.isort]