15676 update python versions in pyproject.toml (#15687)

* 15676 update python versions in pyproject.toml

* 15676 update formatting
This commit is contained in:
Arthur Hanson 2024-04-10 13:36:04 -07:00 committed by GitHub
parent dfae19ca1c
commit 89dd423080
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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