One thing I noticed that's really weird is that th...
# general
b
One thing I noticed that's really weird is that this works:
Copy code
[DEFAULT]
pants_version: 0.0.67

backend_packages: [
    "hello_world",
  ]
But this doesn't parse:```[DEFAULT] pants_version: 0.0.67 backend_packages: [ "hello_world", ]```