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 997cfb8 commit 1ec7caeCopy full SHA for 1ec7cae
Pipfile
@@ -8,6 +8,7 @@ pytest = "*"
8
pipfile-requirements = "*"
9
pylint = "*"
10
python-dateutil = "*"
11
+black = "==19.10b0"
12
13
[packages]
14
requests = "*"
pyproject.toml
@@ -0,0 +1,5 @@
1
+[tool.black]
2
+line-length = 80
3
+target-version = ['py38']
4
+skip-string-normalization = true
5
+include = '\.pyi?$'
0 commit comments