Skip to content

Commit 0d2d439

Browse files
committed
black: Allow string normalization
1 parent 6bea847 commit 0d2d439

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ isort:
1515
poetry run isort `${PY_FILES}`
1616

1717
black:
18-
poetry run black `${PY_FILES}` --skip-string-normalization
18+
poetry run black `${PY_FILES}`
1919

2020
test:
2121
poetry run py.test $(test)

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tool.black]
2-
skip-string-normalization = true
3-
41
[tool.poetry]
52
name = "vcspull"
63
version = "1.8.1"

0 commit comments

Comments
 (0)