gecko-dev/extensions/universalchardet/tests
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
..
.eslintrc.js
CharsetDetectionTests.js
bug306272_text.html
bug426271_text-euc-jp.html
bug426271_text-utf-8.html
bug431054_text.html
bug620106_text.html
bug631751be_text.html
bug631751le_text.html
bug638318_text.html
bug811363-1.text
bug811363-2.text
bug811363-3.text
bug811363-4.text
bug811363-5.text
bug811363-6.text
bug811363-7.text
bug811363-8.text
bug811363-9.text
bug811363-invalid-1.text
bug811363-invalid-5.text
bug1071816-1_text.html
bug1071816-2_text.html
bug1071816-3_text.html
bug1071816-4_text.html
chrome.ini
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
test_bug306272.html
test_bug426271-euc-jp.html
test_bug426271-utf-8.html
test_bug431054-japanese.html
test_bug431054.html
test_bug631751be.html
test_bug631751le.html
test_bug638318.html
test_bug811363-1-1.html
test_bug811363-1-5.html
test_bug811363-2-1.html
test_bug811363-2-2.html
test_bug811363-2-3.html
test_bug811363-2-4.html
test_bug811363-2-5.html
test_bug811363-2-6.html
test_bug811363-2-7.html
test_bug811363-2-8.html
test_bug811363-2-9.html
test_bug1071816-1.html
test_bug1071816-2.html
test_bug1071816-3.html
test_bug1071816-4.html