Bug 1714470: add .lando.ini file r=zeid DONTBUILD

Used to control auto-formatting, at the moment limited to black.
The current fileset pattern matches all `.py` files in the `python/`
directory and no files in any `third_party` directory.

Differential Revision: https://phabricator.services.mozilla.com/D117014
This commit is contained in:
Connor Sheehan
2021-06-08 12:52:25 +00:00
parent eaec845990
commit 8aa4b80bc3

2
.lando.ini Normal file
View File

@@ -0,0 +1,2 @@
[fix]
black:pattern = set:python/**.py - **/third_party/** and tracked()