Merge pull request #726 from dod-ccpo/fix-py36-warning
Fix py36=true deprecation warning
This commit is contained in:
commit
47ce80b4db
@ -1,6 +1,6 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
py36 = true
|
target-version = ['py36']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
exclude = '''
|
exclude = '''
|
||||||
/(
|
/(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user