Skip to content

Commit

Permalink
style: 💄 add flag for black and remove comment
Browse files Browse the repository at this point in the history
skip-string-normalization can ignore quote normalization
  • Loading branch information
david30907d committed Sep 19, 2020
1 parent 79d4b04 commit a8825f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion berrynet/client/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ def main():


if __name__ == '__main__':
main()
main()
2 changes: 1 addition & 1 deletion berrynetjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint-staged": {
"**/*.py": [
"isort -rc -y -ac -ls",
"black",
"black --skip-string-normalization",
"mypy --ignore-missing-imports",
"bandit",
"git add"
Expand Down

0 comments on commit a8825f4

Please sign in to comment.