Skip to content

Commit a8825f4

Browse files
committed
style: 💄 add flag for black and remove comment
skip-string-normalization can ignore quote normalization
1 parent 79d4b04 commit a8825f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

berrynet/client/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,4 @@ def main():
219219

220220

221221
if __name__ == '__main__':
222-
main()
222+
main()

berrynetjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint-staged": {
4141
"**/*.py": [
4242
"isort -rc -y -ac -ls",
43-
"black",
43+
"black --skip-string-normalization",
4444
"mypy --ignore-missing-imports",
4545
"bandit",
4646
"git add"

0 commit comments

Comments
 (0)