gecko-dev/.lando.ini
Connor Sheehan 553fd4e3fe 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
2021-06-08 12:52:25 +00:00

3 lines
73 B
INI

[fix]
black:pattern = set:python/**.py - **/third_party/** and tracked()