Skip to content

Commit 1ec7cae

Browse files
committed
Add Black as dev dependency
1 parent 997cfb8 commit 1ec7cae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pytest = "*"
88
pipfile-requirements = "*"
99
pylint = "*"
1010
python-dateutil = "*"
11+
black = "==19.10b0"
1112

1213
[packages]
1314
requests = "*"

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)