lint: Upgrade zulint and remove run-isort wrapper.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-07-01 12:10:02 -07:00
committed by Tim Abbott
parent 08cbb718fa
commit 8a54dc43ce
6 changed files with 8 additions and 15 deletions

View File

@@ -715,7 +715,8 @@ markdown_rules = RuleList(
help_markdown_rules = RuleList(
langs=['md'],
rules=markdown_rules.rules + [
rules=[
*markdown_rules.rules,
{'pattern': '[a-z][.][A-Z]',
'description': "Likely missing space after end of sentence",
'include_only': {'templates/zerver/help/'},