Terget version option kebab-style (#770)

This commit is contained in:
Daniele Esposti 2019-03-20 15:40:01 +00:00 committed by Jelle Zijlstra
parent a2f6706a1e
commit 0b7913f904
2 changed files with 2 additions and 2 deletions

View File

@ -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 = '''

View File

@ -7,7 +7,7 @@
[tool.black]
line-length = 88
target_version = ['py36', 'py37', 'py38']
target-version = ['py36', 'py37', 'py38']
include = '\.pyi?$'
exclude = '''
/(