{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Black formatter",
  "description": "Format the app with Black",
  "type": "object",
  "properties": {
    "check": {
      "type": "boolean",
      "description": "Check for formatting issues without writing files",
      "default": false
    }
  },
  "required": []
}
