mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-11 11:24:28 +03:00
Add py310 to the black target version (#14159)
This commit is contained in:
parent
8bf2d2ff3f
commit
f2d99f6195
@ -8,7 +8,7 @@ local_scheme = "no-local-version"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target-version = ['py37', 'py38', 'py39']
|
||||
target-version = ['py37', 'py38', 'py39', 'py310']
|
||||
include = '''
|
||||
^/(
|
||||
[^/]*.py
|
||||
|
Loading…
Reference in New Issue
Block a user