Skip to content
Snippets Groups Projects
Commit a7d92394 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix incorrect black warning

parent 21c524aa
No related branches found
No related tags found
1 merge request!137🚑 fix incorrect black warning
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
16.8.2 16.8.2
------ ------
Fix incorrect prettier warning. Fix incorrect prettier and black warning.
16.8.1 16.8.1
------ ------
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
return black(getattr(nmspc, _BLACK_DEST), nmspc.write, get_build_options(nmspc)) return black(getattr(nmspc, _BLACK_DEST), nmspc.write, get_build_options(nmspc))
def black(directory: str, write: bool, build_options, pull: bool = True): def black(directory: str, write: bool, build_options):
"""Run black""" """Run black"""
config = Config() config = Config()
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"working_dir": path, "working_dir": path,
"tty": True, "tty": True,
}, },
pull, False,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment