We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bea847 commit 0d2d439Copy full SHA for 0d2d439
Makefile
@@ -15,7 +15,7 @@ isort:
15
poetry run isort `${PY_FILES}`
16
17
black:
18
- poetry run black `${PY_FILES}` --skip-string-normalization
+ poetry run black `${PY_FILES}`
19
20
test:
21
poetry run py.test $(test)
pyproject.toml
@@ -1,6 +1,3 @@
1
-[tool.black]
2
-skip-string-normalization = true
3
-
4
[tool.poetry]
5
name = "vcspull"
6
version = "1.8.1"
0 commit comments