gecko-dev/intl
Ricky Stewart 02a7b4ebdf Bug 1654103: Standardize on Black for Python code in `mozilla-central`.
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
..
build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
docs Bug 1654094 - Update ICU care-and-feeding docs for automatic big-endian support. r=jwalden 2020-07-31 18:58:05 +00:00
encoding_glue Bug 1617369 - Reformat intl/ using rustfmt r=zbraniecki,hsivonen 2020-03-03 08:21:47 +00:00
gtest Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
hyphenation Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
icu Bug 1649441, remove icu/README.md now that it is in docs, r=jwalden 2020-07-09 20:38:57 +00:00
icu-patches Bug 1534160 - Part 2: Cherry-pick patch for Android time zone detection. r=jwalden 2020-07-09 09:52:26 +00:00
l10n Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
locale Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
locales Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
lwbrk Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
strres Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
tzdata Bug 1633331: Update tzdata in ICU data files to 2020a. r=jwalden 2020-04-28 08:47:11 +00:00
uconv Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
unicharutil Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
Encoding.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in intl. r=hsivonen 2020-03-04 09:11:10 +00:00
EncodingDetector.h
JapaneseDetector.h
icu_sources_data.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
update-icu.sh Bug 1534160 - Part 2: Cherry-pick patch for Android time zone detection. r=jwalden 2020-07-09 09:52:26 +00:00
update-tzdata.sh