updating black settings

This commit is contained in:
dtomlinson
2019-10-18 01:06:31 +01:00
parent 9a5154acaf
commit 109eba2dc4

View File

@@ -1,8 +1,7 @@
{ {
"black_line_length": 79, "black_line_length": 79,
"black_skip_string_normalization": true, "black_skip_string_normalization": true,
"black_use_blackd": true, "black_use_blackd": false,
"black_blackd_autostart": true, "black_blackd_autostart": false,
"black_py36": true "black_py36": true
} }