rustfmt.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 23 Oct 2021 16:04:05 -0400
changeset 48287 ebac18733142
parent 45623 426294d06ddc
permissions -rw-r--r--
typing: add a few assertions to revlog.py to help pytype I've seen this before, but this was seen as potentially `None` with pytype 2021.10.18. Differential Revision: https://phab.mercurial-scm.org/D11718

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true