From a8825f44ac5f536349a09e088be7e57a978bb632 Mon Sep 17 00:00:00 2001 From: davidtnfsh Date: Sat, 12 Sep 2020 19:13:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20add=20flag=20for=20blac?= =?UTF-8?q?k=20and=20remove=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skip-string-normalization can ignore quote normalization --- berrynet/client/camera.py | 2 +- berrynetjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/berrynet/client/camera.py b/berrynet/client/camera.py index 2e6c431..183dd8a 100644 --- a/berrynet/client/camera.py +++ b/berrynet/client/camera.py @@ -219,4 +219,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/berrynetjs/package.json b/berrynetjs/package.json index d67ee76..1d7234e 100644 --- a/berrynetjs/package.json +++ b/berrynetjs/package.json @@ -40,7 +40,7 @@ "lint-staged": { "**/*.py": [ "isort -rc -y -ac -ls", - "black", + "black --skip-string-normalization", "mypy --ignore-missing-imports", "bandit", "git add"