Terget version option kebab-style (#770)
This commit is contained in:
parent
a2f6706a1e
commit
0b7913f904
@ -577,7 +577,7 @@ to denote a significant space character.
|
||||
```toml
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
target_version = ['py37']
|
||||
target-version = ['py37']
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
target_version = ['py36', 'py37', 'py38']
|
||||
target-version = ['py36', 'py37', 'py38']
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
/(
|
||||
|
Loading…
Reference in New Issue
Block a user