mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
15676 update python versions in pyproject.toml (#15687)
* 15676 update python versions in pyproject.toml * 15676 update formatting
This commit is contained in:
parent
dfae19ca1c
commit
89dd423080
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target_version = ['py38', 'py39', 'py310']
|
target_version = ['py310', 'py311', 'py312']
|
||||||
skip-string-normalization = true
|
skip-string-normalization = true
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
|
Loading…
Reference in New Issue
Block a user