lint: Replace (most of) pycodestyle with Black.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-09-01 20:22:01 -07:00
committed by Tim Abbott
parent 6e4c3e41dc
commit f21fbea7c7
5 changed files with 53 additions and 65 deletions

View File

@@ -32,6 +32,9 @@ line-profiler
# for pep8 linter
pycodestyle
# Python reformatter
black
# Needed to run pyflakes linter
pyflakes