mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
553fd4e3fe
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
3 lines
73 B
INI
3 lines
73 B
INI
[fix]
|
|
black:pattern = set:python/**.py - **/third_party/** and tracked()
|