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
|
```toml
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
target_version = ['py37']
|
target-version = ['py37']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
exclude = '''
|
exclude = '''
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
target_version = ['py36', 'py37', 'py38']
|
target-version = ['py36', 'py37', 'py38']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
exclude = '''
|
exclude = '''
|
||||||
/(
|
/(
|
||||||
|
Loading…
Reference in New Issue
Block a user