modern-wolf-36228
10/26/2021, 1:36 PMpants.toml
and it doesn't look like it's making any effect 🤔
[black]
args = ["--include BUILD"]
fast-nail-55400
10/26/2021, 1:53 PM./pants update-build-files
--include BUILD
to black
wouldn’t format BUILD files because BUILD files are not considered part of python_library
( python_sources
in 2.8.0rc0) targets and would not have been put in the execution sandbox for black
to operate onhappy-kitchen-89482
10/26/2021, 3:46 PMupdate-build-files
.