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:
2
.lando.ini
Normal file
2
.lando.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[fix]
|
||||
black:pattern = set:python/**.py - **/third_party/** and tracked()
|
||||
Reference in New Issue
Block a user