sapling/i18n
Jun Wu 584656dff3 codemod: join the auto-formatter party
Summary:
Turned on the auto formatter. Ran `arc lint --apply-patches --take BLACK **/*.py`.
Then run `arc lint` again so some other autofixers like spellchecker etc. looked
at the code base. Manually accept the changes whenever they make sense, or use
a workaround (ex. changing "dict()" to "dict constructor") where autofix is false
positive. Disabled linters on files that are hard (i18n/polib.py) to fix, or less
interesting to fix (hgsubversion tests), or cannot be fixed without breaking
OSS build (FBPYTHON4).

Conflicted linters (test-check-module-imports.t, part of test-check-code.t,
test-check-pyflakes.t) are removed or disabled.

Duplicated linters (test-check-pyflakes.t, test-check-pylint.t) are removed.

An issue of the auto-formatter is lines are no longer guarnateed to be <= 80
chars. But that seems less important comparing with the benefit auto-formatter
provides.

As we're here, also remove test-check-py3-compat.t, as it is currently broken
if `PYTHON3=/bin/python3` is set.

Reviewed By: wez, phillco, simpkins, pkaush, singhsrb

Differential Revision: D8173629

fbshipit-source-id: 90e248ae0c5e6eaadbe25520a6ee42d32005621b
2018-05-25 22:17:29 -07:00
..
check-translation.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
da.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
de.po log: translate column labels at once (issue5750) 2017-12-02 16:29:49 +09:00
el.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
fr.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
hggettext i18n: ignore docstring for modules under mercurial 2017-08-15 21:06:26 +09:00
it.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
ja.po commands: be more uniform in an "hg update" error message 2017-10-23 22:45:24 +02:00
polib.LICENSE i18n: import polib 0.5.2 (rev b0ab301cfdcc) 2010-06-17 20:10:34 -03:00
polib.py codemod: join the auto-formatter party 2018-05-25 22:17:29 -07:00
posplit py3: make i18n/posplit use print_function 2016-05-13 03:09:30 +05:30
pt_BR.po i18n-pt_BR: synchronized with f1d5a55d6a57 2017-11-21 13:50:25 -02:00
ro.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
ru.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
sv.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
zh_CN.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00
zh_TW.po i18n: update Report-Msgid-Bugs-To property of *.po files 2017-02-11 00:23:55 +09:00