Skip to content

Commit 4083849

Browse files
PIG208timabbott
authored andcommitted
lint: Configure Black.
1 parent 74c99ac commit 4083849

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[tool.black]
2+
line-length = 100
3+
target-version = ["py36"]
4+
15
[tool.isort]
26
src_paths = ["tools", "zulip", "zulip_bots", "zulip_botserver"]
37
profile = "black"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
crayons
22
twine
33
coverage>=4.4.1
4+
black
45
isort
56
flake8
67
mock

0 commit comments

Comments
 (0)